#511C37

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

Shades of Blackberry #511C37

Tints of Blackberry #511C37

Color information

#511C37 (or 0x511C37) is unknown color: approx Blackberry. HEX triplet: 51, 1C and 37. RGB value is (81,28,55). Sum of RGB (Red+Green+Blue) = 81+28+55=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #511C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C37 is #AEE3C8. Grayscale: #2E2E2E. Windows color (decimal): -11461577 or 3611729. OLE color: 3611729.

HSL color Cylindrical-coordinate representation of color #511C37: hue angle of 329.43º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #511C37 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB812855-
CMYK00.650.320.68
HSL329.43º48.62%21.37%-
HSV(B)329.43º65.43%31.76%-
XYZ4.52.863.93-
YUV46.92132.56152.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 28 (11.33% from 255) = 17.07%
BLUE value IS 55 (21.88% from 255) = 33.54%
R=49.39%
G=17.07%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81285500.650.320.68329.4348.6221.37
Hex511C3704120441493115
Octal12134670101401045116125
Binary10100011110011011101000001100000100010010100100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,28,55); }

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

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

 a { background-color: rgb(81,28,55); }

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

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

 span { border-color: rgb(81,28,55); }

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