#531738

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

Shades of Blackberry #531738

Tints of Blackberry #531738

Color information

#531738 (or 0x531738) is unknown color: approx Blackberry. HEX triplet: 53, 17 and 38. RGB value is (83,23,56). Sum of RGB (Red+Green+Blue) = 83+23+56=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #531738 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531738 is #ACE8C7. Grayscale: #2C2C2C. Windows color (decimal): -11331784 or 3675987. OLE color: 3675987.

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

Color convert

RGB832356-
CMYK00.720.330.67
HSL327º56.6%20.78%-
HSV(B)327º72.29%32.55%-
XYZ4.592.744.03-
YUV44.7134.38155.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 23 (9.38% from 255) = 14.20%
BLUE value IS 56 (22.27% from 255) = 34.57%
R=51.23%
G=14.20%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83235600.720.330.6732756.620.78
Hex53173804821431473915
Octal12327700110411035077125
Binary10100111011111100001001000100001100001110100011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531738; }

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

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

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

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

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

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

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

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