#531E3F

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

Shades of Blackberry #531E3F

Tints of Blackberry #531E3F

Color information

#531E3F (or 0x531E3F) is unknown color: approx Blackberry. HEX triplet: 53, 1E and 3F. RGB value is (83,30,63). Sum of RGB (Red+Green+Blue) = 83+30+63=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #531E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E3F is #ACE1C0. Grayscale: #313131. Windows color (decimal): -11329985 or 4136531. OLE color: 4136531.

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

Color convert

RGB833063-
CMYK00.640.240.67
HSL322.64º46.9%22.16%-
HSV(B)322.64º63.86%32.55%-
XYZ4.933.135.05-
YUV49.61135.56151.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 30 (12.11% from 255) = 17.05%
BLUE value IS 63 (25% from 255) = 35.80%
R=47.16%
G=17.05%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83306300.640.240.67322.6446.922.16
Hex531E3F04018431432f16
Octal12336770100301035035726
Binary1010011111101111110100000011000100001110100001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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