#511831

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

Shades of Blackberry #511831

Tints of Blackberry #511831

Color information

#511831 (or 0x511831) is unknown color: approx Blackberry. HEX triplet: 51, 18 and 31. RGB value is (81,24,49). Sum of RGB (Red+Green+Blue) = 81+24+49=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #511831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511831 is #AEE7CE. Grayscale: #2B2B2B. Windows color (decimal): -11462607 or 3217489. OLE color: 3217489.

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

Color convert

RGB812449-
CMYK00.700.400.68
HSL333.68º54.29%20.59%-
HSV(B)333.68º70.37%31.76%-
XYZ4.272.623.19-
YUV43.89130.88154.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 49 (19.53% from 255) = 31.82%
R=52.60%
G=15.58%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81244900.700.400.68333.6854.2920.59
Hex511831046284414e3615
Octal12130610106501045166625
Binary10100011100011000101000110101000100010010100111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511831; }

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

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

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

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

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

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

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

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