#531831

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

Shades of Blackberry #531831

Tints of Blackberry #531831

Color information

#531831 (or 0x531831) is unknown color: approx Blackberry. HEX triplet: 53, 18 and 31. RGB value is (83,24,49). Sum of RGB (Red+Green+Blue) = 83+24+49=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #531831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531831 is #ACE7CE. Grayscale: #2C2C2C. Windows color (decimal): -11331535 or 3217491. OLE color: 3217491.

HSL color Cylindrical-coordinate representation of color #531831: hue angle of 334.58º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #531831 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB832449-
CMYK00.710.410.67
HSL334.58º55.14%20.98%-
HSV(B)334.58º71.08%32.55%-
XYZ4.452.713.2-
YUV44.49130.55155.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 24 (9.77% from 255) = 15.38%
BLUE value IS 49 (19.53% from 255) = 31.41%
R=53.21%
G=15.38%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83244900.710.410.67334.5855.1420.98
Hex531831047294314f3715
Octal12330610107511035176725
Binary10100111100011000101000111101001100001110100111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531831; }

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

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

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

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

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

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

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

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