#531C38

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

Shades of Blackberry #531C38

Tints of Blackberry #531C38

Color information

#531C38 (or 0x531C38) is unknown color: approx Blackberry. HEX triplet: 53, 1C and 38. RGB value is (83,28,56). Sum of RGB (Red+Green+Blue) = 83+28+56=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #531C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C38 is #ACE3C7. Grayscale: #2F2F2F. Windows color (decimal): -11330504 or 3677267. OLE color: 3677267.

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

Color convert

RGB832856-
CMYK00.660.330.67
HSL329.45º49.55%21.76%-
HSV(B)329.45º66.27%32.55%-
XYZ4.72.964.06-
YUV47.64132.72153.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 28 (11.33% from 255) = 16.77%
BLUE value IS 56 (22.27% from 255) = 33.53%
R=49.70%
G=16.77%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83285600.660.330.67329.4549.5521.76
Hex531C3804221431493216
Octal12334700102411035116226
Binary10100111110011100001000010100001100001110100100111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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