#53112C

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

Shades of Blackberry #53112C

Tints of Blackberry #53112C

Color information

#53112C (or 0x53112C) is unknown color: approx Blackberry. HEX triplet: 53, 11 and 2C. RGB value is (83,17,44). Sum of RGB (Red+Green+Blue) = 83+17+44=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #53112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53112C is #ACEED3. Grayscale: #272727. Windows color (decimal): -11333332 or 2888019. OLE color: 2888019.

HSL color Cylindrical-coordinate representation of color #53112C: hue angle of 335.45º 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 #53112C is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB831744-
CMYK00.800.470.67
HSL335.45º66%19.61%-
HSV(B)335.45º79.52%32.55%-
XYZ4.222.422.63-
YUV39.81130.37158.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.64%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 44 (17.58% from 255) = 30.56%
R=57.64%
G=11.81%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83174400.800.470.67335.456619.61
Hex53112C0502F4314f4214
Octal123215401205710351710224
Binary101001110001101100010100001011111000011101001111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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