#52092B

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

Shades of Blackberry #52092B

Tints of Blackberry #52092B

Color information

#52092B (or 0x52092B) is unknown color: approx Blackberry. HEX triplet: 52, 09 and 2B. RGB value is (82,9,43). Sum of RGB (Red+Green+Blue) = 82+9+43=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #52092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52092B is #ADF6D4. Grayscale: #222222. Windows color (decimal): -11400917 or 2820434. OLE color: 2820434.

HSL color Cylindrical-coordinate representation of color #52092B: hue angle of 332.05º 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 #52092B is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB82943-
CMYK00.890.480.68
HSL332.05º80.22%17.84%-
HSV(B)332.05º89.02%32.16%-
XYZ4.012.162.49-
YUV34.7132.68161.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 61.19%
GREEN value IS 9 (3.91% from 255) = 6.72%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=61.19%
G=6.72%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8294300.890.480.68332.0580.2217.84
Hex5292B059304414c5012
Octal122115301316010451412022
Binary10100101001101011010110011100001000100101001100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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