#531939

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

Shades of Blackberry #531939

Tints of Blackberry #531939

Color information

#531939 (or 0x531939) is unknown color: approx Blackberry. HEX triplet: 53, 19 and 39. RGB value is (83,25,57). Sum of RGB (Red+Green+Blue) = 83+25+57=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #531939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531939 is #ACE6C6. Grayscale: #2D2D2D. Windows color (decimal): -11331271 or 3742035. OLE color: 3742035.

HSL color Cylindrical-coordinate representation of color #531939: hue angle of 326.9º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531939 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB832557-
CMYK00.700.310.67
HSL326.9º53.7%21.18%-
HSV(B)326.9º69.88%32.55%-
XYZ4.652.834.17-
YUV45.99134.22154.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 57 (22.66% from 255) = 34.55%
R=50.30%
G=15.15%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83255700.700.310.67326.953.721.18
Hex5319390461F431473615
Octal12331710106371035076625
Binary1010011110011110010100011011111100001110100011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531939; }

 p { color: rgb(83,25,57); }

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

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

 a { background-color: rgb(83,25,57); }

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

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

 span { border-color: rgb(83,25,57); }

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