Html Css Color HEX #240E27 Mardi Gras

📋 copy color: '#240E27'

red 36 ◦ green 14 ◦ blue 39

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

Shades of Mardi Gras #240E27

Tints of Mardi Gras #240E27

RGB

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

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

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

R = 40.45%
G = 15.73%
B = 43.82%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#240E27 (or 0x240E27) is known color: Mardi Gras. HEX triplet: 24, 0E and 27. RGB value is (36,14,39). Sum of RGB (Red+Green+Blue) = 36+14+39=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 14 (5.86% from 255 or 15.73% from 89); Blue value is 39 (15.62% from 255 or 43.82% from 89); Max value from RGB is 39 - color contains mainly: blue. Hex color #240E27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E27 is #DBF1D8. Grayscale: #171717. Windows color (decimal): -14414297 or 2559524. OLE color: 2559524.

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

Color convert

RGB 36 14 39 -
CMYK 0.08 0.64 0 0.85
HSL 292.8º 0.47% 0.1% -
HSV(B) 292.8º 0.64% 0.15% -
XYZ 1.25 0.84 2.01 -
YUV 23.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 36 14 39 0.08 0.64 0 0.85 292.8 0.47 0.1
Hex 24 E 27 8 40 0 55 125 2F A
Octal 44 16 47 10 100 0 125 445 57 12
Binary 100100 1110 100111 1000 1000000 0 1010101 100100101 101111 1010

Color Harmonies of #240E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240E27

Black with #240E27

Text Example


Text Example

White with #240E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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