#51133F

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

Shades of Blackberry #51133F

Tints of Blackberry #51133F

Color information

#51133F (or 0x51133F) is unknown color: approx Blackberry. HEX triplet: 51, 13 and 3F. RGB value is (81,19,63). Sum of RGB (Red+Green+Blue) = 81+19+63=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #51133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51133F is #AEECC0. Grayscale: #2A2A2A. Windows color (decimal): -11463873 or 4133713. OLE color: 4133713.

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

Color convert

RGB811963-
CMYK00.770.220.68
HSL317.42º62%19.61%-
HSV(B)317.42º76.54%31.76%-
XYZ4.522.574.96-
YUV42.55139.54155.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 19 (7.81% from 255) = 11.66%
BLUE value IS 63 (25% from 255) = 38.65%
R=49.69%
G=11.66%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81196300.770.220.68317.426219.61
Hex51133F04D164413d3e14
Octal12123770115261044757624
Binary1010001100111111110100110110110100010010011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51133F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51133F; }

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

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

<style>
 a { background-color: #51133F; }

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

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

<style>
 span { border-color: #51133F; }

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

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