Html Css Color HEX #29042D Blackcurrant

📋 copy color: '#29042D'

red 41 ◦ green 4 ◦ blue 45

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

Shades of Blackcurrant #29042D

Tints of Blackcurrant #29042D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 50%

R = 45.56%
G = 4.44%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29042D (or 0x29042D) is known color: Blackcurrant. HEX triplet: 29, 04 and 2D. RGB value is (41,4,45). Sum of RGB (Red+Green+Blue) = 41+4+45=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: blue. Hex color #29042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29042D is #D6FBD2. Grayscale: #131313. Windows color (decimal): -14089171 or 2950185. OLE color: 2950185.

HSL color Cylindrical-coordinate representation of color #29042D: hue angle of 294.15º 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 #29042D is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 4 45 -
CMYK 0.09 0.91 0 0.82
HSL 294.15º 0.84% 0.1% -
HSV(B) 294.15º 0.91% 0.18% -
XYZ 1.43 0.75 2.55 -
YUV 19.74 142.26 143.17 -
System Red Green Blue C M Y K H S L
Decimal 41 4 45 0.09 0.91 0 0.82 294.15 0.84 0.1
Hex 29 4 2D 9 5B 0 52 126 54 A
Octal 51 4 55 11 133 0 122 446 124 12
Binary 101001 100 101101 1001 1011011 0 1010010 100100110 1010100 1010

Color Harmonies of #29042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29042D

Black with #29042D

Text Example


Text Example

White with #29042D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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