#511330

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

Shades of Blackberry #511330

Tints of Blackberry #511330

Color information

#511330 (or 0x511330) is unknown color: approx Blackberry. HEX triplet: 51, 13 and 30. RGB value is (81,19,48). Sum of RGB (Red+Green+Blue) = 81+19+48=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #511330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511330 is #AEECCF. Grayscale: #282828. Windows color (decimal): -11463888 or 3150673. OLE color: 3150673.

HSL color Cylindrical-coordinate representation of color #511330: hue angle of 331.94º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511330 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB811948-
CMYK00.770.410.68
HSL331.94º62%19.61%-
HSV(B)331.94º76.54%31.76%-
XYZ4.162.433.05-
YUV40.84132.04156.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.73%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 48 (19.14% from 255) = 32.43%
R=54.73%
G=12.84%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81194800.770.410.68331.946219.61
Hex51133004D294414c3e14
Octal12123600115511045147624
Binary10100011001111000001001101101001100010010100110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511330; }

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

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

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

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

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

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

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

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