Html Css Color HEX #241C25 Mardi Gras

📋 copy color: '#241C25'

red 36 ◦ green 28 ◦ blue 37

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

Shades of Mardi Gras #241C25

Tints of Mardi Gras #241C25

RGB

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

 GREEN value IS 28 (11.33% from 255) = 27.72%

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

R = 35.64%
G = 27.72%
B = 36.63%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#241C25 (or 0x241C25) is known color: Mardi Gras. HEX triplet: 24, 1C and 25. RGB value is (36,28,37). Sum of RGB (Red+Green+Blue) = 36+28+37=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 37 (14.84% from 255 or 36.63% from 101); Max value from RGB is 37 - color contains mainly: blue. Hex color #241C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241C25 is #DBE3DA. Grayscale: #1F1F1F. Windows color (decimal): -14410715 or 2432036. OLE color: 2432036.

HSL color Cylindrical-coordinate representation of color #241C25: hue angle of 293.33º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #241C25 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 28 37 -
CMYK 0.03 0.24 0 0.85
HSL 293.33º 0.14% 0.13% -
HSV(B) 293.33º 0.24% 0.15% -
XYZ 1.48 1.34 1.93 -
YUV 31.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 36 28 37 0.03 0.24 0 0.85 293.33 0.14 0.13
Hex 24 1C 25 3 18 0 55 125 E D
Octal 44 34 45 3 30 0 125 445 16 15
Binary 100100 11100 100101 11 11000 0 1010101 100100101 1110 1101

Color Harmonies of #241C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241C25

Black with #241C25

Text Example


Text Example

White with #241C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241C25; }

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

 H1.HeaderClassName
 {
   color: #241C25;
 }
 .AnyTagClassName
 {
   color: #241C25;
 }
</style>

background-color css

<style>
 a { background-color: #241C25; }

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

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

border-color css

<style>
 span { border-color: #241C25; }

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

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