#51143D

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

Shades of Blackberry #51143D

Tints of Blackberry #51143D

Color information

#51143D (or 0x51143D) is unknown color: approx Blackberry. HEX triplet: 51, 14 and 3D. RGB value is (81,20,61). Sum of RGB (Red+Green+Blue) = 81+20+61=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #51143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51143D is #AEEBC2. Grayscale: #2A2A2A. Windows color (decimal): -11463619 or 4002897. OLE color: 4002897.

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

Color convert

RGB812061-
CMYK00.750.250.68
HSL319.67º60.4%19.8%-
HSV(B)319.67º75.31%31.76%-
XYZ4.492.594.68-
YUV42.91138.21155.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 12.35%
BLUE value IS 61 (24.22% from 255) = 37.65%
R=50%
G=12.35%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81206100.750.250.68319.6760.419.8
Hex51143D04B19441403c14
Octal12124750113311045007424
Binary1010001101001111010100101111001100010010100000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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