#29172D

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

Shades of Blackcurrant #29172D

Tints of Blackcurrant #29172D

Color information

#29172D (or 0x29172D) is unknown color: approx Blackcurrant. HEX triplet: 29, 17 and 2D. RGB value is (41,23,45). Sum of RGB (Red+Green+Blue) = 41+23+45=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 45 - color contains mainly: blue. Hex color #29172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29172D is #D6E8D2. Grayscale: #1E1E1E. Windows color (decimal): -14084307 or 2955049. OLE color: 2955049.

HSL color Cylindrical-coordinate representation of color #29172D: hue angle of 289.09º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #29172D is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB412345-
CMYK0.090.4900.82
HSL289.09º32.35%13.33%-
HSV(B)289.09º48.89%17.65%-
XYZ1.691.272.64-
YUV30.89135.96135.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.61%
GREEN value IS 23 (9.38% from 255) = 21.10%
BLUE value IS 45 (17.97% from 255) = 41.28%
R=37.61%
G=21.10%
B=41.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4123450.090.4900.82289.0932.3513.33
Hex29172D93105212120d
Octal512755116101224414015
Binary101001101111011011001110001010100101001000011000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29172D; }

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

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

<style>
 a { background-color: #29172D; }

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

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

<style>
 span { border-color: #29172D; }

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

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