#53152F

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

Shades of Blackberry #53152F

Tints of Blackberry #53152F

Color information

#53152F (or 0x53152F) is unknown color: approx Blackberry. HEX triplet: 53, 15 and 2F. RGB value is (83,21,47). Sum of RGB (Red+Green+Blue) = 83+21+47=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #53152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53152F is #ACEAD0. Grayscale: #2A2A2A. Windows color (decimal): -11332305 or 3085651. OLE color: 3085651.

HSL color Cylindrical-coordinate representation of color #53152F: hue angle of 334.84º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53152F is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB832147-
CMYK00.750.430.67
HSL334.84º59.62%20.39%-
HSV(B)334.84º74.7%32.55%-
XYZ4.352.582.96-
YUV42.5130.54156.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.97%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=54.97%
G=13.91%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83214700.750.430.67334.8459.6220.39
Hex53152F04B2B4314f3c14
Octal12325570113531035177424
Binary10100111010110111101001011101011100001110100111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53152F; }

 p { color: rgb(83,21,47); }

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

<style>
 a { background-color: #53152F; }

 a { background-color: rgb(83,21,47); }

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

<style>
 span { border-color: #53152F; }

 span { border-color: rgb(83,21,47); }

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