#52092D

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

Shades of Blackberry #52092D

Tints of Blackberry #52092D

Color information

#52092D (or 0x52092D) is unknown color: approx Blackberry. HEX triplet: 52, 09 and 2D. RGB value is (82,9,45). Sum of RGB (Red+Green+Blue) = 82+9+45=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #52092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52092D is #ADF6D2. Grayscale: #222222. Windows color (decimal): -11400915 or 2951506. OLE color: 2951506.

HSL color Cylindrical-coordinate representation of color #52092D: hue angle of 330.41º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52092D is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB82945-
CMYK00.890.450.68
HSL330.41º80.22%17.84%-
HSV(B)330.41º89.02%32.16%-
XYZ4.052.182.69-
YUV34.93133.68161.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.29%
GREEN value IS 9 (3.91% from 255) = 6.62%
BLUE value IS 45 (17.97% from 255) = 33.09%
R=60.29%
G=6.62%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8294500.890.450.68330.4180.2217.84
Hex5292D0592D4414a5012
Octal122115501315510451212022
Binary10100101001101101010110011011011000100101001010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52092D; }

 p { color: rgb(82,9,45); }

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

<style>
 a { background-color: #52092D; }

 a { background-color: rgb(82,9,45); }

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

<style>
 span { border-color: #52092D; }

 span { border-color: rgb(82,9,45); }

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