#531E3E

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

Shades of Blackberry #531E3E

Tints of Blackberry #531E3E

Color information

#531E3E (or 0x531E3E) is unknown color: approx Blackberry. HEX triplet: 53, 1E and 3E. RGB value is (83,30,62). Sum of RGB (Red+Green+Blue) = 83+30+62=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #531E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E3E is #ACE1C1. Grayscale: #313131. Windows color (decimal): -11329986 or 4070995. OLE color: 4070995.

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

Color convert

RGB833062-
CMYK00.640.250.67
HSL323.77º46.9%22.16%-
HSV(B)323.77º63.86%32.55%-
XYZ4.93.124.9-
YUV49.5135.06151.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 30 (12.11% from 255) = 17.14%
BLUE value IS 62 (24.61% from 255) = 35.43%
R=47.43%
G=17.14%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83306200.640.250.67323.7746.922.16
Hex531E3E04019431442f16
Octal12336760100311035045726
Binary1010011111101111100100000011001100001110100010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,30,62); }

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

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

 a { background-color: rgb(83,30,62); }

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

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

 span { border-color: rgb(83,30,62); }

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