Html Css Color HEX #290F26 Mardi Gras

📋 copy color: '#290F26'

red 41 ◦ green 15 ◦ blue 38

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

Shades of Mardi Gras #290F26

Tints of Mardi Gras #290F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 40.43%

R = 43.62%
G = 15.96%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#290F26 (or 0x290F26) is known color: Mardi Gras. HEX triplet: 29, 0F and 26. RGB value is (41,15,38). Sum of RGB (Red+Green+Blue) = 41+15+38=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 38 (15.23% from 255 or 40.43% from 94); Max value from RGB is 41 - color contains mainly: red. Hex color #290F26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F26 is #D6F0D9. Grayscale: #191919. Windows color (decimal): -14086362 or 2494249. OLE color: 2494249.

HSL color Cylindrical-coordinate representation of color #290F26: hue angle of 306.92º 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 #290F26 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 15 38 -
CMYK 0 0.63 0.07 0.84
HSL 306.92º 0.46% 0.11% -
HSV(B) 306.92º 0.63% 0.16% -
XYZ 1.44 0.95 1.94 -
YUV 25.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 41 15 38 0 0.63 0.07 0.84 306.92 0.46 0.11
Hex 29 F 26 0 3F 7 54 133 2E B
Octal 51 17 46 0 77 7 124 463 56 13
Binary 101001 1111 100110 0 111111 111 1010100 100110011 101110 1011

Color Harmonies of #290F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F26

Black with #290F26

Text Example


Text Example

White with #290F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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