Html Css Color HEX #29172D Blackcurrant

📋 copy color: '#29172D'

red 41 ◦ green 23 ◦ blue 45

#29172D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #29172D

Tints of Blackcurrant #29172D

RGB

 RED value IS 41 (16.41% from 255) = 37.61%

 GREEN value IS 23 (9.38% from 255) = 21.1%

 BLUE value IS 45 (17.97% from 255) = 41.28%

R = 37.61%
G = 21.1%
B = 41.28%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29172D (or 0x29172D) is known color: 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

RGB 41 23 45 -
CMYK 0.09 0.49 0 0.82
HSL 289.09º 0.32% 0.13% -
HSV(B) 289.09º 0.49% 0.18% -
XYZ 1.69 1.27 2.64 -
YUV 30.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 41 23 45 0.09 0.49 0 0.82 289.09 0.32 0.13
Hex 29 17 2D 9 31 0 52 121 20 D
Octal 51 27 55 11 61 0 122 441 40 15
Binary 101001 10111 101101 1001 110001 0 1010010 100100001 100000 1101

Color Harmonies of #29172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29172D

Black with #29172D

Text Example


Text Example

White with #29172D

Text Example


Text Example

HTML Codes & Css Web 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>