#53122D

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

Shades of Blackberry #53122D

Tints of Blackberry #53122D

Color information

#53122D (or 0x53122D) is unknown color: approx Blackberry. HEX triplet: 53, 12 and 2D. RGB value is (83,18,45). Sum of RGB (Red+Green+Blue) = 83+18+45=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53122D is #ACEDD2. Grayscale: #282828. Windows color (decimal): -11333075 or 2953811. OLE color: 2953811.

HSL color Cylindrical-coordinate representation of color #53122D: hue angle of 335.08º 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 #53122D is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB831845-
CMYK00.780.460.67
HSL335.08º64.36%19.8%-
HSV(B)335.08º78.31%32.55%-
XYZ4.262.462.73-
YUV40.51130.53158.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 18 (7.42% from 255) = 12.33%
BLUE value IS 45 (17.97% from 255) = 30.82%
R=56.85%
G=12.33%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83184500.780.460.67335.0864.3619.8
Hex53122D04E2E4314f4014
Octal123225501165610351710024
Binary101001110010101101010011101011101000011101001111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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