#511E3D

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

Shades of Blackberry #511E3D

Tints of Blackberry #511E3D

Color information

#511E3D (or 0x511E3D) is unknown color: approx Blackberry. HEX triplet: 51, 1E and 3D. RGB value is (81,30,61). Sum of RGB (Red+Green+Blue) = 81+30+61=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #511E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E3D is #AEE1C2. Grayscale: #303030. Windows color (decimal): -11461059 or 4005457. OLE color: 4005457.

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

Color convert

RGB813061-
CMYK00.630.250.68
HSL323.53º45.95%21.76%-
HSV(B)323.53º62.96%31.76%-
XYZ4.73.014.75-
YUV48.78134.9150.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 30 (12.11% from 255) = 17.44%
BLUE value IS 61 (24.22% from 255) = 35.47%
R=47.09%
G=17.44%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81306100.630.250.68323.5345.9521.76
Hex511E3D03F19441442e16
Octal1213675077311045045626
Binary101000111110111101011111111001100010010100010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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