#53142E

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

Shades of Blackberry #53142E

Tints of Blackberry #53142E

Color information

#53142E (or 0x53142E) is unknown color: approx Blackberry. HEX triplet: 53, 14 and 2E. RGB value is (83,20,46). Sum of RGB (Red+Green+Blue) = 83+20+46=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53142E is #ACEBD1. Grayscale: #292929. Windows color (decimal): -11332562 or 3019859. OLE color: 3019859.

HSL color Cylindrical-coordinate representation of color #53142E: hue angle of 335.24º 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 #53142E is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB832046-
CMYK00.760.450.67
HSL335.24º61.17%20.2%-
HSV(B)335.24º75.9%32.55%-
XYZ4.312.542.85-
YUV41.8130.37157.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=55.70%
G=13.42%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83204600.760.450.67335.2461.1720.2
Hex53142E04C2D4314f3d14
Octal12324560114551035177524
Binary10100111010010111001001100101101100001110100111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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