Html Css Color HEX #240E25 Mardi Gras

📋 copy color: '#240E25'

red 36 ◦ green 14 ◦ blue 37

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

Shades of Mardi Gras #240E25

Tints of Mardi Gras #240E25

RGB

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

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

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

R = 41.38%
G = 16.09%
B = 42.53%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#240E25 (or 0x240E25) is known color: Mardi Gras. HEX triplet: 24, 0E and 25. RGB value is (36,14,37). Sum of RGB (Red+Green+Blue) = 36+14+37=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 37 - color contains mainly: blue. Hex color #240E25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E25 is #DBF1DA. Grayscale: #171717. Windows color (decimal): -14414299 or 2428452. OLE color: 2428452.

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

Color convert

RGB 36 14 37 -
CMYK 0.03 0.62 0 0.85
HSL 297.39º 0.45% 0.1% -
HSV(B) 297.39º 0.62% 0.15% -
XYZ 1.22 0.82 1.84 -
YUV 23.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 36 14 37 0.03 0.62 0 0.85 297.39 0.45 0.1
Hex 24 E 25 3 3E 0 55 129 2D A
Octal 44 16 45 3 76 0 125 451 55 12
Binary 100100 1110 100101 11 111110 0 1010101 100101001 101101 1010

Color Harmonies of #240E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240E25

Black with #240E25

Text Example


Text Example

White with #240E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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