#511B39

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

Shades of Blackberry #511B39

Tints of Blackberry #511B39

Color information

#511B39 (or 0x511B39) is unknown color: approx Blackberry. HEX triplet: 51, 1B and 39. RGB value is (81,27,57). Sum of RGB (Red+Green+Blue) = 81+27+57=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #511B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B39 is #AEE4C6. Grayscale: #2E2E2E. Windows color (decimal): -11461831 or 3742545. OLE color: 3742545.

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

Color convert

RGB812757-
CMYK00.670.300.68
HSL326.67º50%21.18%-
HSV(B)326.67º66.67%31.76%-
XYZ4.522.834.18-
YUV46.57133.89152.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 27 (10.94% from 255) = 16.36%
BLUE value IS 57 (22.66% from 255) = 34.55%
R=49.09%
G=16.36%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81275700.670.300.68326.675021.18
Hex511B390431E441473215
Octal12133710103361045076225
Binary1010001110111110010100001111110100010010100011111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,27,57); }

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

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

 a { background-color: rgb(81,27,57); }

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

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

 span { border-color: rgb(81,27,57); }

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