#51163A

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

Shades of Blackberry #51163A

Tints of Blackberry #51163A

Color information

#51163A (or 0x51163A) is unknown color: approx Blackberry. HEX triplet: 51, 16 and 3A. RGB value is (81,22,58). Sum of RGB (Red+Green+Blue) = 81+22+58=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #51163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51163A is #AEE9C5. Grayscale: #2B2B2B. Windows color (decimal): -11463110 or 3806801. OLE color: 3806801.

HSL color Cylindrical-coordinate representation of color #51163A: hue angle of 323.39º 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 #51163A is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB812258-
CMYK00.730.280.68
HSL323.39º57.28%20.2%-
HSV(B)323.39º72.84%31.76%-
XYZ4.442.634.28-
YUV43.74136.05154.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.31%
GREEN value IS 22 (8.98% from 255) = 13.66%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=50.31%
G=13.66%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81225800.730.280.68323.3957.2820.2
Hex51163A0491C441433914
Octal12126720111341045037124
Binary1010001101101110100100100111100100010010100001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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