#511D3B

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

Shades of Blackberry #511D3B

Tints of Blackberry #511D3B

Color information

#511D3B (or 0x511D3B) is unknown color: approx Blackberry. HEX triplet: 51, 1D and 3B. RGB value is (81,29,59). Sum of RGB (Red+Green+Blue) = 81+29+59=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #511D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D3B is #AEE2C4. Grayscale: #2F2F2F. Windows color (decimal): -11461317 or 3874129. OLE color: 3874129.

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

Color convert

RGB812959-
CMYK00.640.270.68
HSL325.38º47.27%21.57%-
HSV(B)325.38º64.2%31.76%-
XYZ4.622.944.46-
YUV47.97134.23151.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.93%
GREEN value IS 29 (11.72% from 255) = 17.16%
BLUE value IS 59 (23.44% from 255) = 34.91%
R=47.93%
G=17.16%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81295900.640.270.68325.3847.2721.57
Hex511D3B0401B441452f16
Octal12135730100331045055726
Binary1010001111011110110100000011011100010010100010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,29,59); }

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

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

 a { background-color: rgb(81,29,59); }

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

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

 span { border-color: rgb(81,29,59); }

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