#511F3C

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

Shades of Blackberry #511F3C

Tints of Blackberry #511F3C

Color information

#511F3C (or 0x511F3C) is unknown color: approx Blackberry. HEX triplet: 51, 1F and 3C. RGB value is (81,31,60). Sum of RGB (Red+Green+Blue) = 81+31+60=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #511F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F3C is #AEE0C3. Grayscale: #313131. Windows color (decimal): -11460804 or 3940177. OLE color: 3940177.

HSL color Cylindrical-coordinate representation of color #511F3C: hue angle of 325.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #511F3C is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB813160-
CMYK00.620.260.68
HSL325.2º44.64%21.96%-
HSV(B)325.2º61.73%31.76%-
XYZ4.73.064.62-
YUV49.26134.06150.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 31 (12.5% from 255) = 18.02%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=47.09%
G=18.02%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81316000.620.260.68325.244.6421.96
Hex511F3C03E1A441452d16
Octal1213774076321045055526
Binary101000111111111100011111011010100010010100010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511F3C; }

 p { color: rgb(81,31,60); }

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

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

 a { background-color: rgb(81,31,60); }

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

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

 span { border-color: rgb(81,31,60); }

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