#531F38

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

Shades of Blackberry #531F38

Tints of Blackberry #531F38

Color information

#531F38 (or 0x531F38) is unknown color: approx Blackberry. HEX triplet: 53, 1F and 38. RGB value is (83,31,56). Sum of RGB (Red+Green+Blue) = 83+31+56=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #531F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F38 is #ACE0C7. Grayscale: #313131. Windows color (decimal): -11329736 or 3678035. OLE color: 3678035.

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

Color convert

RGB833156-
CMYK00.630.330.67
HSL331.15º45.61%22.35%-
HSV(B)331.15º62.65%32.55%-
XYZ4.773.14.09-
YUV49.4131.73151.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 31 (12.5% from 255) = 18.24%
BLUE value IS 56 (22.27% from 255) = 32.94%
R=48.82%
G=18.24%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83315600.630.330.67331.1545.6122.35
Hex531F3803F214314b2e16
Octal1233770077411035135626
Binary1010011111111110000111111100001100001110100101110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,31,56); }

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

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

 a { background-color: rgb(83,31,56); }

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

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

 span { border-color: rgb(83,31,56); }

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