#53142D

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

Shades of Blackberry #53142D

Tints of Blackberry #53142D

Color information

#53142D (or 0x53142D) is unknown color: approx Blackberry. HEX triplet: 53, 14 and 2D. RGB value is (83,20,45). Sum of RGB (Red+Green+Blue) = 83+20+45=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #53142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53142D is #ACEBD2. Grayscale: #292929. Windows color (decimal): -11332563 or 2954323. OLE color: 2954323.

HSL color Cylindrical-coordinate representation of color #53142D: hue angle of 336.19º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53142D is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB832045-
CMYK00.760.460.67
HSL336.19º61.17%20.2%-
HSV(B)336.19º75.9%32.55%-
XYZ4.292.532.74-
YUV41.69129.87157.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.08%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 45 (17.97% from 255) = 30.41%
R=56.08%
G=13.51%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83204500.760.460.67336.1961.1720.2
Hex53142D04C2E431503d14
Octal12324550114561035207524
Binary10100111010010110101001100101110100001110101000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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