#51173F

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

Shades of Blackberry #51173F

Tints of Blackberry #51173F

Color information

#51173F (or 0x51173F) is unknown color: approx Blackberry. HEX triplet: 51, 17 and 3F. RGB value is (81,23,63). Sum of RGB (Red+Green+Blue) = 81+23+63=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #51173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51173F is #AEE8C0. Grayscale: #2C2C2C. Windows color (decimal): -11462849 or 4134737. OLE color: 4134737.

HSL color Cylindrical-coordinate representation of color #51173F: hue angle of 318.62º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #51173F is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB812363-
CMYK00.720.220.68
HSL318.62º55.77%20.39%-
HSV(B)318.62º71.6%31.76%-
XYZ4.62.724.99-
YUV44.9138.22153.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.50%
GREEN value IS 23 (9.38% from 255) = 13.77%
BLUE value IS 63 (25% from 255) = 37.72%
R=48.50%
G=13.77%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81236300.720.220.68318.6255.7720.39
Hex51173F048164413f3814
Octal12127770110261044777024
Binary1010001101111111110100100010110100010010011111111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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