#511441

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

Shades of Blackberry #511441

Tints of Blackberry #511441

Color information

#511441 (or 0x511441) is unknown color: approx Blackberry. HEX triplet: 51, 14 and 41. RGB value is (81,20,65). Sum of RGB (Red+Green+Blue) = 81+20+65=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #511441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511441 is #AEEBBE. Grayscale: #2B2B2B. Windows color (decimal): -11463615 or 4265041. OLE color: 4265041.

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

Color convert

RGB812065-
CMYK00.750.200.68
HSL315.74º60.4%19.8%-
HSV(B)315.74º75.31%31.76%-
XYZ4.62.635.27-
YUV43.37140.21154.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.80%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 65 (25.78% from 255) = 39.16%
R=48.80%
G=12.05%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81206500.750.200.68315.7460.419.8
Hex51144104B144413c3c14
Octal121241010113241044747424
Binary10100011010010000010100101110100100010010011110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511441; }

 p { color: rgb(81,20,65); }

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

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

 a { background-color: rgb(81,20,65); }

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

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

 span { border-color: rgb(81,20,65); }

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