#511034

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

Shades of Blackberry #511034

Tints of Blackberry #511034

Color information

#511034 (or 0x511034) is unknown color: approx Blackberry. HEX triplet: 51, 10 and 34. RGB value is (81,16,52). Sum of RGB (Red+Green+Blue) = 81+16+52=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #511034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511034 is #AEEFCB. Grayscale: #272727. Windows color (decimal): -11464652 or 3412049. OLE color: 3412049.

HSL color Cylindrical-coordinate representation of color #511034: hue angle of 326.77º 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 #511034 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB811652-
CMYK00.800.360.68
HSL326.77º67.01%19.02%-
HSV(B)326.77º80.25%31.76%-
XYZ4.22.373.48-
YUV39.54135.03157.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.36%
GREEN value IS 16 (6.64% from 255) = 10.74%
BLUE value IS 52 (20.70% from 255) = 34.90%
R=54.36%
G=10.74%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81165200.800.360.68326.7767.0119.02
Hex51103405024441474313
Octal121206401204410450710323
Binary101000110000110100010100001001001000100101000111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511034; }

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

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

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

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

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

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

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

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