#531E3D

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

Shades of Blackberry #531E3D

Tints of Blackberry #531E3D

Color information

#531E3D (or 0x531E3D) is unknown color: approx Blackberry. HEX triplet: 53, 1E and 3D. RGB value is (83,30,61). Sum of RGB (Red+Green+Blue) = 83+30+61=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #531E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E3D is #ACE1C2. Grayscale: #313131. Windows color (decimal): -11329987 or 4005459. OLE color: 4005459.

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

Color convert

RGB833061-
CMYK00.640.270.67
HSL324.91º46.9%22.16%-
HSV(B)324.91º63.86%32.55%-
XYZ4.873.14.76-
YUV49.38134.56151.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 30 (12.11% from 255) = 17.24%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=47.70%
G=17.24%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83306100.640.270.67324.9146.922.16
Hex531E3D0401B431452f16
Octal12336750100331035055726
Binary1010011111101111010100000011011100001110100010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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