Html Css Color HEX #29182F Blackcurrant

📋 copy color: '#29182F'

red 41 ◦ green 24 ◦ blue 47

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

Shades of Blackcurrant #29182F

Tints of Blackcurrant #29182F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.43%

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

R = 36.61%
G = 21.43%
B = 41.96%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29182F (or 0x29182F) is known color: Blackcurrant. HEX triplet: 29, 18 and 2F. RGB value is (41,24,47). Sum of RGB (Red+Green+Blue) = 41+24+47=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 47 - color contains mainly: blue. Hex color #29182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29182F is #D6E7D0. Grayscale: #1F1F1F. Windows color (decimal): -14084049 or 3086377. OLE color: 3086377.

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

Color convert

RGB 41 24 47 -
CMYK 0.13 0.49 0 0.82
HSL 284.35º 0.32% 0.14% -
HSV(B) 284.35º 0.49% 0.18% -
XYZ 1.75 1.33 2.85 -
YUV 31.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 41 24 47 0.13 0.49 0 0.82 284.35 0.32 0.14
Hex 29 18 2F D 31 0 52 11C 20 E
Octal 51 30 57 15 61 0 122 434 40 16
Binary 101001 11000 101111 1101 110001 0 1010010 100011100 100000 1110

Color Harmonies of #29182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29182F

Black with #29182F

Text Example


Text Example

White with #29182F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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