#511236

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

Shades of Blackberry #511236

Tints of Blackberry #511236

Color information

#511236 (or 0x511236) is unknown color: approx Blackberry. HEX triplet: 51, 12 and 36. RGB value is (81,18,54). Sum of RGB (Red+Green+Blue) = 81+18+54=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #511236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511236 is #AEEDC9. Grayscale: #282828. Windows color (decimal): -11464138 or 3543633. OLE color: 3543633.

HSL color Cylindrical-coordinate representation of color #511236: hue angle of 325.71º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511236 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB811854-
CMYK00.780.330.68
HSL325.71º63.64%19.41%-
HSV(B)325.71º77.78%31.76%-
XYZ4.282.453.74-
YUV40.94135.37156.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.94%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 54 (21.48% from 255) = 35.29%
R=52.94%
G=11.76%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81185400.780.330.68325.7163.6419.41
Hex51123604E21441464013
Octal121226601164110450610023
Binary101000110010110110010011101000011000100101000110100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511236; }

 p { color: rgb(81,18,54); }

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

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

 a { background-color: rgb(81,18,54); }

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

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

 span { border-color: rgb(81,18,54); }

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