#531B3F

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

Shades of Blackberry #531B3F

Tints of Blackberry #531B3F

Color information

#531B3F (or 0x531B3F) is unknown color: approx Blackberry. HEX triplet: 53, 1B and 3F. RGB value is (83,27,63). Sum of RGB (Red+Green+Blue) = 83+27+63=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #531B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B3F is #ACE4C0. Grayscale: #2F2F2F. Windows color (decimal): -11330753 or 4135763. OLE color: 4135763.

HSL color Cylindrical-coordinate representation of color #531B3F: hue angle of 321.43º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #531B3F is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB832763-
CMYK00.670.240.67
HSL321.43º50.91%21.57%-
HSV(B)321.43º67.47%32.55%-
XYZ4.862.985.02-
YUV47.85136.55153.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.98%
GREEN value IS 27 (10.94% from 255) = 15.61%
BLUE value IS 63 (25% from 255) = 36.42%
R=47.98%
G=15.61%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83276300.670.240.67321.4350.9121.57
Hex531B3F04318431413316
Octal12333770103301035016326
Binary1010011110111111110100001111000100001110100000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531B3F; }

 p { color: rgb(83,27,63); }

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

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

 a { background-color: rgb(83,27,63); }

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

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

 span { border-color: rgb(83,27,63); }

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