#51173C

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

Shades of Blackberry #51173C

Tints of Blackberry #51173C

Color information

#51173C (or 0x51173C) is unknown color: approx Blackberry. HEX triplet: 51, 17 and 3C. RGB value is (81,23,60). Sum of RGB (Red+Green+Blue) = 81+23+60=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #51173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51173C is #AEE8C3. Grayscale: #2C2C2C. Windows color (decimal): -11462852 or 3938129. OLE color: 3938129.

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

Color convert

RGB812360-
CMYK00.720.260.68
HSL321.72º55.77%20.39%-
HSV(B)321.72º71.6%31.76%-
XYZ4.522.694.56-
YUV44.56136.72153.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 60 (23.83% from 255) = 36.59%
R=49.39%
G=14.02%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81236000.720.260.68321.7255.7720.39
Hex51173C0481A441423814
Octal12127740110321045027024
Binary1010001101111111000100100011010100010010100001011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51173C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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