#511033

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

Shades of Blackberry #511033

Tints of Blackberry #511033

Color information

#511033 (or 0x511033) is unknown color: approx Blackberry. HEX triplet: 51, 10 and 33. RGB value is (81,16,51). Sum of RGB (Red+Green+Blue) = 81+16+51=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #511033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511033 is #AEEFCC. Grayscale: #272727. Windows color (decimal): -11464653 or 3346513. OLE color: 3346513.

HSL color Cylindrical-coordinate representation of color #511033: hue angle of 327.69º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511033 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB811651-
CMYK00.800.370.68
HSL327.69º67.01%19.02%-
HSV(B)327.69º80.25%31.76%-
XYZ4.182.363.37-
YUV39.42134.53157.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.73%
GREEN value IS 16 (6.64% from 255) = 10.81%
BLUE value IS 51 (20.31% from 255) = 34.46%
R=54.73%
G=10.81%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81165100.800.370.68327.6967.0119.02
Hex51103305025441484313
Octal121206301204510451010323
Binary101000110000110011010100001001011000100101001000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511033; }

 p { color: rgb(81,16,51); }

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

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

 a { background-color: rgb(81,16,51); }

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

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

 span { border-color: rgb(81,16,51); }

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