#51163E

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

Shades of Blackberry #51163E

Tints of Blackberry #51163E

Color information

#51163E (or 0x51163E) is unknown color: approx Blackberry. HEX triplet: 51, 16 and 3E. RGB value is (81,22,62). Sum of RGB (Red+Green+Blue) = 81+22+62=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #51163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51163E is #AEE9C1. Grayscale: #2C2C2C. Windows color (decimal): -11463106 or 4068945. OLE color: 4068945.

HSL color Cylindrical-coordinate representation of color #51163E: hue angle of 319.32º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51163E is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB812262-
CMYK00.730.230.68
HSL319.32º57.28%20.2%-
HSV(B)319.32º72.84%31.76%-
XYZ4.552.674.83-
YUV44.2138.05154.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 62 (24.61% from 255) = 37.58%
R=49.09%
G=13.33%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81226200.730.230.68319.3257.2820.2
Hex51163E049174413f3914
Octal12126760111271044777124
Binary1010001101101111100100100110111100010010011111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51163E; }

 p { color: rgb(81,22,62); }

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

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

 a { background-color: rgb(81,22,62); }

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

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

 span { border-color: rgb(81,22,62); }

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