#53062A

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

Shades of Blackberry #53062A

Tints of Blackberry #53062A

Color information

#53062A (or 0x53062A) is unknown color: approx Blackberry. HEX triplet: 53, 06 and 2A. RGB value is (83,6,42). Sum of RGB (Red+Green+Blue) = 83+6+42=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53062A is #ACF9D5. Grayscale: #212121. Windows color (decimal): -11336150 or 2754131. OLE color: 2754131.

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

Color convert

RGB83642-
CMYK00.930.490.67
HSL331.95º86.52%17.45%-
HSV(B)331.95º92.77%32.55%-
XYZ4.052.142.39-
YUV33.13133.01163.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.36%
GREEN value IS 6 (2.73% from 255) = 4.58%
BLUE value IS 42 (16.80% from 255) = 32.06%
R=63.36%
G=4.58%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8364200.930.490.67331.9586.5217.45
Hex5362A05D314314c5711
Octal12365201356110351412721
Binary1010011110101010010111011100011000011101001100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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