#52072F

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

Shades of Blackberry #52072F

Tints of Blackberry #52072F

Color information

#52072F (or 0x52072F) is unknown color: approx Blackberry. HEX triplet: 52, 07 and 2F. RGB value is (82,7,47). Sum of RGB (Red+Green+Blue) = 82+7+47=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #52072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52072F is #ADF8D0. Grayscale: #212121. Windows color (decimal): -11401425 or 3082066. OLE color: 3082066.

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

Color convert

RGB82747-
CMYK00.910.430.68
HSL328º84.27%17.45%-
HSV(B)328º91.46%32.16%-
XYZ4.072.152.89-
YUV33.98135.35162.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.29%
GREEN value IS 7 (3.12% from 255) = 5.15%
BLUE value IS 47 (18.75% from 255) = 34.56%
R=60.29%
G=5.15%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8274700.910.430.6832884.2717.45
Hex5272F05B2B441485411
Octal12275701335310451012421
Binary1010010111101111010110111010111000100101001000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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