#531834

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

Shades of Blackberry #531834

Tints of Blackberry #531834

Color information

#531834 (or 0x531834) is unknown color: approx Blackberry. HEX triplet: 53, 18 and 34. RGB value is (83,24,52). Sum of RGB (Red+Green+Blue) = 83+24+52=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #531834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531834 is #ACE7CB. Grayscale: #2C2C2C. Windows color (decimal): -11331532 or 3414099. OLE color: 3414099.

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

Color convert

RGB832452-
CMYK00.710.370.67
HSL331.53º55.14%20.98%-
HSV(B)331.53º71.08%32.55%-
XYZ4.512.743.54-
YUV44.83132.05155.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 24 (9.77% from 255) = 15.09%
BLUE value IS 52 (20.70% from 255) = 32.70%
R=52.20%
G=15.09%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83245200.710.370.67331.5355.1420.98
Hex531834047254314c3715
Octal12330640107451035146725
Binary10100111100011010001000111100101100001110100110011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531834; }

 p { color: rgb(83,24,52); }

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

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

 a { background-color: rgb(83,24,52); }

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

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

 span { border-color: rgb(83,24,52); }

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