#29183F

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

Shades of Blackcurrant #29183F

Tints of Blackcurrant #29183F

Color information

#29183F (or 0x29183F) is unknown color: approx Blackcurrant. HEX triplet: 29, 18 and 3F. RGB value is (41,24,63). Sum of RGB (Red+Green+Blue) = 41+24+63=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #29183F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29183F is #D6E7C0. Grayscale: #212121. Windows color (decimal): -14084033 or 4134953. OLE color: 4134953.

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

Color convert

RGB412463-
CMYK0.350.6200.75
HSL266.15º44.83%17.06%-
HSV(B)266.15º61.9%24.71%-
XYZ2.141.484.88-
YUV33.53144.63133.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.03%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 63 (25% from 255) = 49.22%
R=32.03%
G=18.75%
B=49.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4124630.350.6200.75266.1544.8317.06
Hex29183F233E04B10a2d11
Octal513077437601134125521
Binary101001110001111111000111111100100101110000101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29183F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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