#53062C

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

Shades of Blackberry #53062C

Tints of Blackberry #53062C

Color information

#53062C (or 0x53062C) is unknown color: approx Blackberry. HEX triplet: 53, 06 and 2C. RGB value is (83,6,44). Sum of RGB (Red+Green+Blue) = 83+6+44=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #53062C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53062C is #ACF9D3. Grayscale: #212121. Windows color (decimal): -11336148 or 2885203. OLE color: 2885203.

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

Color convert

RGB83644-
CMYK00.930.470.67
HSL330.39º86.52%17.45%-
HSV(B)330.39º92.77%32.55%-
XYZ4.092.152.58-
YUV33.35134.01163.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.41%
GREEN value IS 6 (2.73% from 255) = 4.51%
BLUE value IS 44 (17.58% from 255) = 33.08%
R=62.41%
G=4.51%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8364400.930.470.67330.3986.5217.45
Hex5362C05D2F4314a5711
Octal12365401355710351212721
Binary1010011110101100010111011011111000011101001010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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