#531431

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

Shades of Blackberry #531431

Tints of Blackberry #531431

Color information

#531431 (or 0x531431) is unknown color: approx Blackberry. HEX triplet: 53, 14 and 31. RGB value is (83,20,49). Sum of RGB (Red+Green+Blue) = 83+20+49=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #531431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531431 is #ACEBCE. Grayscale: #2A2A2A. Windows color (decimal): -11332559 or 3216467. OLE color: 3216467.

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

Color convert

RGB832049-
CMYK00.760.410.67
HSL332.38º61.17%20.2%-
HSV(B)332.38º75.9%32.55%-
XYZ4.372.563.17-
YUV42.14131.87157.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.61%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=54.61%
G=13.16%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83204900.760.410.67332.3861.1720.2
Hex53143104C294314c3d14
Octal12324610114511035147524
Binary10100111010011000101001100101001100001110100110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531431; }

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

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

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

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

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

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

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

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