#52072E

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

Shades of Blackberry #52072E

Tints of Blackberry #52072E

Color information

#52072E (or 0x52072E) is unknown color: approx Blackberry. HEX triplet: 52, 07 and 2E. RGB value is (82,7,46). Sum of RGB (Red+Green+Blue) = 82+7+46=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #52072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52072E is #ADF8D1. Grayscale: #212121. Windows color (decimal): -11401426 or 3016530. OLE color: 3016530.

HSL color Cylindrical-coordinate representation of color #52072E: hue angle of 328.8º 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 #52072E is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB82746-
CMYK00.910.440.68
HSL328.8º84.27%17.45%-
HSV(B)328.8º91.46%32.16%-
XYZ4.052.142.79-
YUV33.87134.85162.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.74%
GREEN value IS 7 (3.12% from 255) = 5.19%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=60.74%
G=5.19%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8274600.910.440.68328.884.2717.45
Hex5272E05B2C441495411
Octal12275601335410451112421
Binary1010010111101110010110111011001000100101001001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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