#511A33

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

Shades of Blackberry #511A33

Tints of Blackberry #511A33

Color information

#511A33 (or 0x511A33) is unknown color: approx Blackberry. HEX triplet: 51, 1A and 33. RGB value is (81,26,51). Sum of RGB (Red+Green+Blue) = 81+26+51=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #511A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A33 is #AEE5CC. Grayscale: #2D2D2D. Windows color (decimal): -11462093 or 3349073. OLE color: 3349073.

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

Color convert

RGB812651-
CMYK00.680.370.68
HSL332.73º51.4%20.98%-
HSV(B)332.73º67.9%31.76%-
XYZ4.362.733.43-
YUV45.29131.22153.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 26 (10.55% from 255) = 16.46%
BLUE value IS 51 (20.31% from 255) = 32.28%
R=51.27%
G=16.46%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81265100.680.370.68332.7351.420.98
Hex511A33044254414d3315
Octal12132630104451045156325
Binary10100011101011001101000100100101100010010100110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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