Html Css Color HEX #290F28 Mardi Gras

📋 copy color: '#290F28'

red 41 ◦ green 15 ◦ blue 40

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

Shades of Mardi Gras #290F28

Tints of Mardi Gras #290F28

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.63%

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

R = 42.71%
G = 15.63%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#290F28 (or 0x290F28) is known color: Mardi Gras. HEX triplet: 29, 0F and 28. RGB value is (41,15,40). Sum of RGB (Red+Green+Blue) = 41+15+40=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #290F28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F28 is #D6F0D7. Grayscale: #191919. Windows color (decimal): -14086360 or 2625321. OLE color: 2625321.

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

Color convert

RGB 41 15 40 -
CMYK 0 0.63 0.02 0.84
HSL 302.31º 0.46% 0.11% -
HSV(B) 302.31º 0.63% 0.16% -
XYZ 1.47 0.97 2.12 -
YUV 25.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 41 15 40 0 0.63 0.02 0.84 302.31 0.46 0.11
Hex 29 F 28 0 3F 2 54 12E 2E B
Octal 51 17 50 0 77 2 124 456 56 13
Binary 101001 1111 101000 0 111111 10 1010100 100101110 101110 1011

Color Harmonies of #290F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F28

Black with #290F28

Text Example


Text Example

White with #290F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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