Html Css Color HEX #240E26 Mardi Gras

📋 copy color: '#240E26'

red 36 ◦ green 14 ◦ blue 38

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

Shades of Mardi Gras #240E26

Tints of Mardi Gras #240E26

RGB

 RED value IS 36 (14.45% from 255) = 40.91%

 GREEN value IS 14 (5.86% from 255) = 15.91%

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

R = 40.91%
G = 15.91%
B = 43.18%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#240E26 (or 0x240E26) is known color: Mardi Gras. HEX triplet: 24, 0E and 26. RGB value is (36,14,38). Sum of RGB (Red+Green+Blue) = 36+14+38=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 14 (5.86% from 255 or 15.91% from 88); Blue value is 38 (15.23% from 255 or 43.18% from 88); Max value from RGB is 38 - color contains mainly: blue. Hex color #240E26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E26 is #DBF1D9. Grayscale: #171717. Windows color (decimal): -14414298 or 2493988. OLE color: 2493988.

HSL color Cylindrical-coordinate representation of color #240E26: hue angle of 295º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #240E26 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 14 38 -
CMYK 0.05 0.63 0 0.85
HSL 295º 0.46% 0.1% -
HSV(B) 295º 0.63% 0.15% -
XYZ 1.23 0.83 1.93 -
YUV 23.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 36 14 38 0.05 0.63 0 0.85 295 0.46 0.1
Hex 24 E 26 5 3F 0 55 127 2E A
Octal 44 16 46 5 77 0 125 447 56 12
Binary 100100 1110 100110 101 111111 0 1010101 100100111 101110 1010

Color Harmonies of #240E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240E26

Black with #240E26

Text Example


Text Example

White with #240E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240E26; }

 p { color: rgb(36,14,38); }

 H1.HeaderClassName
 {
   color: #240E26;
 }
 .AnyTagClassName
 {
   color: #240E26;
 }
</style>

background-color css

<style>
 a { background-color: #240E26; }

 a { background-color: rgb(36,14,38); }

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

border-color css

<style>
 span { border-color: #240E26; }

 span { border-color: rgb(36,14,38); }

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