Html Css Color HEX #290F25 Mardi Gras

📋 copy color: '#290F25'

red 41 ◦ green 15 ◦ blue 37

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

Shades of Mardi Gras #290F25

Tints of Mardi Gras #290F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 39.78%

R = 44.09%
G = 16.13%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#290F25 (or 0x290F25) is known color: Mardi Gras. HEX triplet: 29, 0F and 25. RGB value is (41,15,37). Sum of RGB (Red+Green+Blue) = 41+15+37=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 41 - color contains mainly: red. Hex color #290F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F25 is #D6F0DA. Grayscale: #191919. Windows color (decimal): -14086363 or 2428713. OLE color: 2428713.

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

Color convert

RGB 41 15 37 -
CMYK 0 0.63 0.10 0.84
HSL 309.23º 0.46% 0.11% -
HSV(B) 309.23º 0.63% 0.16% -
XYZ 1.42 0.95 1.86 -
YUV 25.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 41 15 37 0 0.63 0.10 0.84 309.23 0.46 0.11
Hex 29 F 25 0 3F A 54 135 2E B
Octal 51 17 45 0 77 12 124 465 56 13
Binary 101001 1111 100101 0 111111 1010 1010100 100110101 101110 1011

Color Harmonies of #290F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F25

Black with #290F25

Text Example


Text Example

White with #290F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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