#531A3E

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

Shades of Blackberry #531A3E

Tints of Blackberry #531A3E

Color information

#531A3E (or 0x531A3E) is unknown color: approx Blackberry. HEX triplet: 53, 1A and 3E. RGB value is (83,26,62). Sum of RGB (Red+Green+Blue) = 83+26+62=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #531A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A3E is #ACE5C1. Grayscale: #2F2F2F. Windows color (decimal): -11331010 or 4069971. OLE color: 4069971.

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

Color convert

RGB832662-
CMYK00.690.250.67
HSL322.11º52.29%21.37%-
HSV(B)322.11º68.67%32.55%-
XYZ4.812.934.87-
YUV47.15136.38153.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 26 (10.55% from 255) = 15.20%
BLUE value IS 62 (24.61% from 255) = 36.26%
R=48.54%
G=15.20%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83266200.690.250.67322.1152.2921.37
Hex531A3E04519431423415
Octal12332760105311035026425
Binary1010011110101111100100010111001100001110100001011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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