#531A38

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

Shades of Blackberry #531A38

Tints of Blackberry #531A38

Color information

#531A38 (or 0x531A38) is unknown color: approx Blackberry. HEX triplet: 53, 1A and 38. RGB value is (83,26,56). Sum of RGB (Red+Green+Blue) = 83+26+56=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #531A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A38 is #ACE5C7. Grayscale: #2E2E2E. Windows color (decimal): -11331016 or 3676755. OLE color: 3676755.

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

Color convert

RGB832656-
CMYK00.690.330.67
HSL328.42º52.29%21.37%-
HSV(B)328.42º68.67%32.55%-
XYZ4.652.864.05-
YUV46.46133.38154.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 26 (10.55% from 255) = 15.76%
BLUE value IS 56 (22.27% from 255) = 33.94%
R=50.30%
G=15.76%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83265600.690.330.67328.4252.2921.37
Hex531A3804521431483415
Octal12332700105411035106425
Binary10100111101011100001000101100001100001110100100011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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