Html Css Color HEX #290C28 Mardi Gras

📋 copy color: '#290C28'

red 41 ◦ green 12 ◦ blue 40

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

Shades of Mardi Gras #290C28

Tints of Mardi Gras #290C28

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.9%

 BLUE value IS 40 (16.02% from 255) = 43.01%

R = 44.09%
G = 12.9%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#290C28 (or 0x290C28) is known color: Mardi Gras. HEX triplet: 29, 0C and 28. RGB value is (41,12,40). Sum of RGB (Red+Green+Blue) = 41+12+40=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 41 - color contains mainly: red. Hex color #290C28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290C28 is #D6F3D7. Grayscale: #171717. Windows color (decimal): -14087128 or 2624553. OLE color: 2624553.

HSL color Cylindrical-coordinate representation of color #290C28: hue angle of 302.07º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #290C28 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 12 40 -
CMYK 0 0.71 0.02 0.84
HSL 302.07º 0.55% 0.1% -
HSV(B) 302.07º 0.71% 0.16% -
XYZ 1.43 0.89 2.1 -
YUV 23.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 41 12 40 0 0.71 0.02 0.84 302.07 0.55 0.1
Hex 29 C 28 0 47 2 54 12E 37 A
Octal 51 14 50 0 107 2 124 456 67 12
Binary 101001 1100 101000 0 1000111 10 1010100 100101110 110111 1010

Color Harmonies of #290C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290C28

Black with #290C28

Text Example


Text Example

White with #290C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290C28; }

 p { color: rgb(41,12,40); }

 H1.HeaderClassName
 {
   color: #290C28;
 }
 .AnyTagClassName
 {
   color: #290C28;
 }
</style>

background-color css

<style>
 a { background-color: #290C28; }

 a { background-color: rgb(41,12,40); }

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

border-color css

<style>
 span { border-color: #290C28; }

 span { border-color: rgb(41,12,40); }

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