Html Css Color HEX #29042F Blackcurrant

📋 copy color: '#29042F'

red 41 ◦ green 4 ◦ blue 47

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

Shades of Blackcurrant #29042F

Tints of Blackcurrant #29042F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.35%

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

R = 44.57%
G = 4.35%
B = 51.09%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29042F (or 0x29042F) is known color: Blackcurrant. HEX triplet: 29, 04 and 2F. RGB value is (41,4,47). Sum of RGB (Red+Green+Blue) = 41+4+47=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 47 (18.75% from 255 or 51.09% from 92); Max value from RGB is 47 - color contains mainly: blue. Hex color #29042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29042F is #D6FBD0. Grayscale: #131313. Windows color (decimal): -14089169 or 3081257. OLE color: 3081257.

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

Color convert

RGB 41 4 47 -
CMYK 0.13 0.91 0 0.82
HSL 291.63º 0.84% 0.1% -
HSV(B) 291.63º 0.91% 0.18% -
XYZ 1.47 0.76 2.76 -
YUV 19.97 143.26 143 -
System Red Green Blue C M Y K H S L
Decimal 41 4 47 0.13 0.91 0 0.82 291.63 0.84 0.1
Hex 29 4 2F D 5B 0 52 124 54 A
Octal 51 4 57 15 133 0 122 444 124 12
Binary 101001 100 101111 1101 1011011 0 1010010 100100100 1010100 1010

Color Harmonies of #29042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29042F

Black with #29042F

Text Example


Text Example

White with #29042F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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