#29173F

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

Shades of Blackcurrant #29173F

Tints of Blackcurrant #29173F

Color information

#29173F (or 0x29173F) is unknown color: approx Blackcurrant. HEX triplet: 29, 17 and 3F. RGB value is (41,23,63). Sum of RGB (Red+Green+Blue) = 41+23+63=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #29173F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29173F is #D6E8C0. Grayscale: #202020. Windows color (decimal): -14084289 or 4134697. OLE color: 4134697.

HSL color Cylindrical-coordinate representation of color #29173F: hue angle of 267º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29173F is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB412363-
CMYK0.350.6300.75
HSL267º46.51%16.86%-
HSV(B)267º63.49%24.71%-
XYZ2.121.444.87-
YUV32.94144.96133.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.28%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 63 (25% from 255) = 49.61%
R=32.28%
G=18.11%
B=49.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4123630.350.6300.7526746.5116.86
Hex29173F233F04B10b2f11
Octal512777437701134135721
Binary101001101111111111000111111110100101110000101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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