#531B38

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

Shades of Blackberry #531B38

Tints of Blackberry #531B38

Color information

#531B38 (or 0x531B38) is unknown color: approx Blackberry. HEX triplet: 53, 1B and 38. RGB value is (83,27,56). Sum of RGB (Red+Green+Blue) = 83+27+56=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #531B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B38 is #ACE4C7. Grayscale: #2E2E2E. Windows color (decimal): -11330760 or 3677011. OLE color: 3677011.

HSL color Cylindrical-coordinate representation of color #531B38: hue angle of 328.93º 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 #531B38 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB832756-
CMYK00.670.330.67
HSL328.93º50.91%21.57%-
HSV(B)328.93º67.47%32.55%-
XYZ4.672.914.06-
YUV47.05133.05153.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 27 (10.94% from 255) = 16.27%
BLUE value IS 56 (22.27% from 255) = 33.73%
R=50%
G=16.27%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83275600.670.330.67328.9350.9121.57
Hex531B3804321431493316
Octal12333700103411035116326
Binary10100111101111100001000011100001100001110100100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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