#53112A

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

Shades of Blackberry #53112A

Tints of Blackberry #53112A

Color information

#53112A (or 0x53112A) is unknown color: approx Blackberry. HEX triplet: 53, 11 and 2A. RGB value is (83,17,42). Sum of RGB (Red+Green+Blue) = 83+17+42=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #53112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53112A is #ACEED5. Grayscale: #272727. Windows color (decimal): -11333334 or 2756947. OLE color: 2756947.

HSL color Cylindrical-coordinate representation of color #53112A: hue angle of 337.27º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53112A is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB831742-
CMYK00.800.490.67
HSL337.27º66%19.61%-
HSV(B)337.27º79.52%32.55%-
XYZ4.192.412.43-
YUV39.58129.37158.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.45%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=58.45%
G=11.97%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83174200.800.490.67337.276619.61
Hex53112A05031431514214
Octal123215201206110352110224
Binary101001110001101010010100001100011000011101010001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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