#52172F

Color #52172F Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #52172F

Tints of Blackberry #52172F

Color information

#52172F (or 0x52172F) is unknown color: approx Blackberry. HEX triplet: 52, 17 and 2F. RGB value is (82,23,47). Sum of RGB (Red+Green+Blue) = 82+23+47=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #52172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52172F is #ADE8D0. Grayscale: #2B2B2B. Windows color (decimal): -11397329 or 3086162. OLE color: 3086162.

HSL color Cylindrical-coordinate representation of color #52172F: hue angle of 335.59º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52172F is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB822347-
CMYK00.720.430.68
HSL335.59º56.19%20.59%-
HSV(B)335.59º71.95%32.16%-
XYZ4.32.612.97-
YUV43.38130.05155.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 53.95%
GREEN value IS 23 (9.38% from 255) = 15.13%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=53.95%
G=15.13%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82234700.720.430.68335.5956.1920.59
Hex52172F0482B441503815
Octal12227570110531045207025
Binary10100101011110111101001000101011100010010101000011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52172F; }

 p { color: rgb(82,23,47); }

 H1.HeaderClassName
 {
   color: #52172F;
 }
 .AnyTagClassName
 {
   color: #52172F;
 }
</style>
background-color css

<style>
 a { background-color: #52172F; }

 a { background-color: rgb(82,23,47); }

 div.DivClassName
 {
   background-color: #52172F;
 }
 .BgClassName
 {
   background-color: #52172F;
 }
</style>
border-color css

<style>
 span { border-color: #52172F; }

 span { border-color: rgb(82,23,47); }

 td.TdClassName
 {
   border-color: #52172F;
 }
 .TagClassName
 {
   border-color: #52172F;
 }
</style>