Html Css Color HEX #29172F Blackcurrant

📋 copy color: '#29172F'

red 41 ◦ green 23 ◦ blue 47

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

Shades of Blackcurrant #29172F

Tints of Blackcurrant #29172F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 42.34%

R = 36.94%
G = 20.72%
B = 42.34%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29172F (or 0x29172F) is known color: Blackcurrant. HEX triplet: 29, 17 and 2F. RGB value is (41,23,47). Sum of RGB (Red+Green+Blue) = 41+23+47=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 47 - color contains mainly: blue. Hex color #29172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29172F is #D6E8D0. Grayscale: #1F1F1F. Windows color (decimal): -14084305 or 3086121. OLE color: 3086121.

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

Color convert

RGB 41 23 47 -
CMYK 0.13 0.51 0 0.82
HSL 285º 0.34% 0.14% -
HSV(B) 285º 0.51% 0.18% -
XYZ 1.73 1.29 2.85 -
YUV 31.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 41 23 47 0.13 0.51 0 0.82 285 0.34 0.14
Hex 29 17 2F D 33 0 52 11D 22 E
Octal 51 27 57 15 63 0 122 435 42 16
Binary 101001 10111 101111 1101 110011 0 1010010 100011101 100010 1110

Color Harmonies of #29172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29172F

Black with #29172F

Text Example


Text Example

White with #29172F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29172F;
 }
 .AnyTagClassName
 {
   color: #29172F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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