#53092C

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

Shades of Blackberry #53092C

Tints of Blackberry #53092C

Color information

#53092C (or 0x53092C) is unknown color: approx Blackberry. HEX triplet: 53, 09 and 2C. RGB value is (83,9,44). Sum of RGB (Red+Green+Blue) = 83+9+44=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #53092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53092C is #ACF6D3. Grayscale: #232323. Windows color (decimal): -11335380 or 2885971. OLE color: 2885971.

HSL color Cylindrical-coordinate representation of color #53092C: hue angle of 331.62º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53092C is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB83944-
CMYK00.890.470.67
HSL331.62º80.43%18.04%-
HSV(B)331.62º89.16%32.55%-
XYZ4.122.222.59-
YUV35.12133.02162.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.03%
GREEN value IS 9 (3.91% from 255) = 6.62%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=61.03%
G=6.62%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8394400.890.470.67331.6280.4318.04
Hex5392C0592F4314c5012
Octal123115401315710351412022
Binary10100111001101100010110011011111000011101001100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53092C; }

 p { color: rgb(83,9,44); }

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

<style>
 a { background-color: #53092C; }

 a { background-color: rgb(83,9,44); }

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

<style>
 span { border-color: #53092C; }

 span { border-color: rgb(83,9,44); }

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