#51132E

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

Shades of Blackberry #51132E

Tints of Blackberry #51132E

Color information

#51132E (or 0x51132E) is unknown color: approx Blackberry. HEX triplet: 51, 13 and 2E. RGB value is (81,19,46). Sum of RGB (Red+Green+Blue) = 81+19+46=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #51132E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51132E is #AEECD1. Grayscale: #282828. Windows color (decimal): -11463890 or 3019601. OLE color: 3019601.

HSL color Cylindrical-coordinate representation of color #51132E: hue angle of 333.87º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #51132E is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB811946-
CMYK00.770.430.68
HSL333.87º62%19.61%-
HSV(B)333.87º76.54%31.76%-
XYZ4.122.412.83-
YUV40.62131.04156.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.48%
GREEN value IS 19 (7.81% from 255) = 13.01%
BLUE value IS 46 (18.36% from 255) = 31.51%
R=55.48%
G=13.01%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81194600.770.430.68333.876219.61
Hex51132E04D2B4414e3e14
Octal12123560115531045167624
Binary10100011001110111001001101101011100010010100111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51132E; }

 p { color: rgb(81,19,46); }

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

<style>
 a { background-color: #51132E; }

 a { background-color: rgb(81,19,46); }

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

<style>
 span { border-color: #51132E; }

 span { border-color: rgb(81,19,46); }

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