Html Css Color HEX #290F27 Mardi Gras

📋 copy color: '#290F27'

red 41 ◦ green 15 ◦ blue 39

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

Shades of Mardi Gras #290F27

Tints of Mardi Gras #290F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 41.05%

R = 43.16%
G = 15.79%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.84

RGB Variations

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

Color information

#290F27 (or 0x290F27) is known color: Mardi Gras. HEX triplet: 29, 0F and 27. RGB value is (41,15,39). Sum of RGB (Red+Green+Blue) = 41+15+39=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 41 - color contains mainly: red. Hex color #290F27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F27 is #D6F0D8. Grayscale: #191919. Windows color (decimal): -14086361 or 2559785. OLE color: 2559785.

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

Color convert

RGB 41 15 39 -
CMYK 0 0.63 0.05 0.84
HSL 304.62º 0.46% 0.11% -
HSV(B) 304.62º 0.63% 0.16% -
XYZ 1.45 0.96 2.03 -
YUV 25.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 41 15 39 0 0.63 0.05 0.84 304.62 0.46 0.11
Hex 29 F 27 0 3F 5 54 131 2E B
Octal 51 17 47 0 77 5 124 461 56 13
Binary 101001 1111 100111 0 111111 101 1010100 100110001 101110 1011

Color Harmonies of #290F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F27

Black with #290F27

Text Example


Text Example

White with #290F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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