#53062B

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

Shades of Blackberry #53062B

Tints of Blackberry #53062B

Color information

#53062B (or 0x53062B) is unknown color: approx Blackberry. HEX triplet: 53, 06 and 2B. RGB value is (83,6,43). Sum of RGB (Red+Green+Blue) = 83+6+43=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #53062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53062B is #ACF9D4. Grayscale: #212121. Windows color (decimal): -11336149 or 2819667. OLE color: 2819667.

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

Color convert

RGB83643-
CMYK00.930.480.67
HSL331.17º86.52%17.45%-
HSV(B)331.17º92.77%32.55%-
XYZ4.072.142.48-
YUV33.24133.51163.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.88%
GREEN value IS 6 (2.73% from 255) = 4.55%
BLUE value IS 43 (17.19% from 255) = 32.58%
R=62.88%
G=4.55%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8364300.930.480.67331.1786.5217.45
Hex5362B05D304314b5711
Octal12365301356010351312721
Binary1010011110101011010111011100001000011101001011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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