Html Css Color HEX #29192F Blackcurrant

📋 copy color: '#29192F'

red 41 ◦ green 25 ◦ blue 47

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

Shades of Blackcurrant #29192F

Tints of Blackcurrant #29192F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.12%

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

R = 36.28%
G = 22.12%
B = 41.59%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29192F (or 0x29192F) is known color: Blackcurrant. HEX triplet: 29, 19 and 2F. RGB value is (41,25,47). Sum of RGB (Red+Green+Blue) = 41+25+47=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 47 - color contains mainly: blue. Hex color #29192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29192F is #D6E6D0. Grayscale: #202020. Windows color (decimal): -14083793 or 3086633. OLE color: 3086633.

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

Color convert

RGB 41 25 47 -
CMYK 0.13 0.47 0 0.82
HSL 283.64º 0.31% 0.14% -
HSV(B) 283.64º 0.47% 0.18% -
XYZ 1.78 1.37 2.86 -
YUV 32.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 41 25 47 0.13 0.47 0 0.82 283.64 0.31 0.14
Hex 29 19 2F D 2F 0 52 11C 1F E
Octal 51 31 57 15 57 0 122 434 37 16
Binary 101001 11001 101111 1101 101111 0 1010010 100011100 11111 1110

Color Harmonies of #29192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29192F

Black with #29192F

Text Example


Text Example

White with #29192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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