#51153B

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

Shades of Blackberry #51153B

Tints of Blackberry #51153B

Color information

#51153B (or 0x51153B) is unknown color: approx Blackberry. HEX triplet: 51, 15 and 3B. RGB value is (81,21,59). Sum of RGB (Red+Green+Blue) = 81+21+59=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #51153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51153B is #AEEAC4. Grayscale: #2B2B2B. Windows color (decimal): -11463365 or 3872081. OLE color: 3872081.

HSL color Cylindrical-coordinate representation of color #51153B: hue angle of 322º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #51153B is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB812159-
CMYK00.740.270.68
HSL322º58.82%20%-
HSV(B)322º74.07%31.76%-
XYZ4.452.64.41-
YUV43.27136.88154.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.31%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 59 (23.44% from 255) = 36.65%
R=50.31%
G=13.04%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81215900.740.270.6832258.8220
Hex51153B04A1B441423b14
Octal12125730112331045027324
Binary1010001101011110110100101011011100010010100001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51153B; }

 p { color: rgb(81,21,59); }

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

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

 a { background-color: rgb(81,21,59); }

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

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

 span { border-color: rgb(81,21,59); }

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