Html Css Color HEX #29043F Blackcurrant

📋 copy color: '#29043F'

red 41 ◦ green 4 ◦ blue 63

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

Shades of Blackcurrant #29043F

Tints of Blackcurrant #29043F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 58.33%

R = 37.96%
G = 3.7%
B = 58.33%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#29043F (or 0x29043F) is known color: Blackcurrant. HEX triplet: 29, 04 and 3F. RGB value is (41,4,63). Sum of RGB (Red+Green+Blue) = 41+4+63=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 63 (25% from 255 or 58.33% from 108); Max value from RGB is 63 - color contains mainly: blue. Hex color #29043F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29043F is #D6FBC0. Grayscale: #151515. Windows color (decimal): -14089153 or 4129833. OLE color: 4129833.

HSL color Cylindrical-coordinate representation of color #29043F: hue angle of 277.63º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #29043F is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 4 63 -
CMYK 0.35 0.94 0 0.75
HSL 277.63º 0.88% 0.13% -
HSV(B) 277.63º 0.94% 0.25% -
XYZ 1.86 0.92 4.78 -
YUV 21.79 151.26 141.7 -
System Red Green Blue C M Y K H S L
Decimal 41 4 63 0.35 0.94 0 0.75 277.63 0.88 0.13
Hex 29 4 3F 23 5E 0 4B 116 58 D
Octal 51 4 77 43 136 0 113 426 130 15
Binary 101001 100 111111 100011 1011110 0 1001011 100010110 1011000 1101

Color Harmonies of #29043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29043F

Black with #29043F

Text Example


Text Example

White with #29043F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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