#511832

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

Shades of Blackberry #511832

Tints of Blackberry #511832

Color information

#511832 (or 0x511832) is unknown color: approx Blackberry. HEX triplet: 51, 18 and 32. RGB value is (81,24,50). Sum of RGB (Red+Green+Blue) = 81+24+50=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #511832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511832 is #AEE7CD. Grayscale: #2B2B2B. Windows color (decimal): -11462606 or 3283025. OLE color: 3283025.

HSL color Cylindrical-coordinate representation of color #511832: hue angle of 332.63º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511832 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB812450-
CMYK00.700.380.68
HSL332.63º54.29%20.59%-
HSV(B)332.63º70.37%31.76%-
XYZ4.32.633.3-
YUV44.01131.38154.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 50 (19.92% from 255) = 32.26%
R=52.26%
G=15.48%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81245000.700.380.68332.6354.2920.59
Hex511832046264414d3615
Octal12130620106461045156625
Binary10100011100011001001000110100110100010010100110111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511832; }

 p { color: rgb(81,24,50); }

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

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

 a { background-color: rgb(81,24,50); }

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

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

 span { border-color: rgb(81,24,50); }

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