#51143B

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

Shades of Blackberry #51143B

Tints of Blackberry #51143B

Color information

#51143B (or 0x51143B) is unknown color: approx Blackberry. HEX triplet: 51, 14 and 3B. RGB value is (81,20,59). Sum of RGB (Red+Green+Blue) = 81+20+59=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51143B is #AEEBC4. Grayscale: #2A2A2A. Windows color (decimal): -11463621 or 3871825. OLE color: 3871825.

HSL color Cylindrical-coordinate representation of color #51143B: hue angle of 321.64º 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 #51143B is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB812059-
CMYK00.750.270.68
HSL321.64º60.4%19.8%-
HSV(B)321.64º75.31%31.76%-
XYZ4.432.574.4-
YUV42.68137.21155.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.62%
GREEN value IS 20 (8.20% from 255) = 12.5%
BLUE value IS 59 (23.44% from 255) = 36.88%
R=50.62%
G=12.5%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81205900.750.270.68321.6460.419.8
Hex51143B04B1B441423c14
Octal12124730113331045027424
Binary1010001101001110110100101111011100010010100001011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51143B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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