#51132C

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

Shades of Blackberry #51132C

Tints of Blackberry #51132C

Color information

#51132C (or 0x51132C) is unknown color: approx Blackberry. HEX triplet: 51, 13 and 2C. RGB value is (81,19,44). Sum of RGB (Red+Green+Blue) = 81+19+44=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51132C is #AEECD3. Grayscale: #282828. Windows color (decimal): -11463892 or 2888529. OLE color: 2888529.

HSL color Cylindrical-coordinate representation of color #51132C: hue angle of 335.81º 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 #51132C is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB811944-
CMYK00.770.460.68
HSL335.81º62%19.61%-
HSV(B)335.81º76.54%31.76%-
XYZ4.082.42.63-
YUV40.39130.04156.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.25%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 44 (17.58% from 255) = 30.56%
R=56.25%
G=13.19%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81194400.770.460.68335.816219.61
Hex51132C04D2E441503e14
Octal12123540115561045207624
Binary10100011001110110001001101101110100010010101000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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