#51143A

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

Shades of Blackberry #51143A

Tints of Blackberry #51143A

Color information

#51143A (or 0x51143A) is unknown color: approx Blackberry. HEX triplet: 51, 14 and 3A. RGB value is (81,20,58). Sum of RGB (Red+Green+Blue) = 81+20+58=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #51143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51143A is #AEEBC5. Grayscale: #2A2A2A. Windows color (decimal): -11463622 or 3806289. OLE color: 3806289.

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

Color convert

RGB812058-
CMYK00.750.280.68
HSL322.62º60.4%19.8%-
HSV(B)322.62º75.31%31.76%-
XYZ4.412.564.26-
YUV42.57136.71155.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.94%
GREEN value IS 20 (8.20% from 255) = 12.58%
BLUE value IS 58 (23.05% from 255) = 36.48%
R=50.94%
G=12.58%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81205800.750.280.68322.6260.419.8
Hex51143A04B1C441433c14
Octal12124720113341045037424
Binary1010001101001110100100101111100100010010100001111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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