#511830

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

Shades of Blackberry #511830

Tints of Blackberry #511830

Color information

#511830 (or 0x511830) is unknown color: approx Blackberry. HEX triplet: 51, 18 and 30. RGB value is (81,24,48). Sum of RGB (Red+Green+Blue) = 81+24+48=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #511830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511830 is #AEE7CF. Grayscale: #2B2B2B. Windows color (decimal): -11462608 or 3151953. OLE color: 3151953.

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

Color convert

RGB812448-
CMYK00.700.410.68
HSL334.74º54.29%20.59%-
HSV(B)334.74º70.37%31.76%-
XYZ4.252.623.08-
YUV43.78130.38154.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.94%
GREEN value IS 24 (9.77% from 255) = 15.69%
BLUE value IS 48 (19.14% from 255) = 31.37%
R=52.94%
G=15.69%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81244800.700.410.68334.7454.2920.59
Hex511830046294414f3615
Octal12130600106511045176625
Binary10100011100011000001000110101001100010010100111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511830; }

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

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

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

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

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

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

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

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