#51163C

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

Shades of Blackberry #51163C

Tints of Blackberry #51163C

Color information

#51163C (or 0x51163C) is unknown color: approx Blackberry. HEX triplet: 51, 16 and 3C. RGB value is (81,22,60). Sum of RGB (Red+Green+Blue) = 81+22+60=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #51163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51163C is #AEE9C3. Grayscale: #2B2B2B. Windows color (decimal): -11463108 or 3937873. OLE color: 3937873.

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

Color convert

RGB812260-
CMYK00.730.260.68
HSL321.36º57.28%20.2%-
HSV(B)321.36º72.84%31.76%-
XYZ4.52.654.55-
YUV43.97137.05154.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=49.69%
G=13.50%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81226000.730.260.68321.3657.2820.2
Hex51163C0491A441413914
Octal12126740111321045017124
Binary1010001101101111000100100111010100010010100000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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