#53122C

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

Shades of Blackberry #53122C

Tints of Blackberry #53122C

Color information

#53122C (or 0x53122C) is unknown color: approx Blackberry. HEX triplet: 53, 12 and 2C. RGB value is (83,18,44). Sum of RGB (Red+Green+Blue) = 83+18+44=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #53122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53122C is #ACEDD3. Grayscale: #282828. Windows color (decimal): -11333076 or 2888275. OLE color: 2888275.

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

Color convert

RGB831844-
CMYK00.780.470.67
HSL336º64.36%19.8%-
HSV(B)336º78.31%32.55%-
XYZ4.242.452.63-
YUV40.4130.03158.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.24%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=57.24%
G=12.41%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83184400.780.470.6733664.3619.8
Hex53122C04E2F431504014
Octal123225401165710352010024
Binary101001110010101100010011101011111000011101010000100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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