Html Css Color HEX #241125 Mardi Gras

📋 copy color: '#241125'

red 36 ◦ green 17 ◦ blue 37

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

Shades of Mardi Gras #241125

Tints of Mardi Gras #241125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.89%

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

R = 40%
G = 18.89%
B = 41.11%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#241125 (or 0x241125) is known color: Mardi Gras. HEX triplet: 24, 11 and 25. RGB value is (36,17,37). Sum of RGB (Red+Green+Blue) = 36+17+37=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 37 - color contains mainly: blue. Hex color #241125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241125 is #DBEEDA. Grayscale: #181818. Windows color (decimal): -14413531 or 2429220. OLE color: 2429220.

HSL color Cylindrical-coordinate representation of color #241125: hue angle of 297º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #241125 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 17 37 -
CMYK 0.03 0.54 0 0.85
HSL 297º 0.37% 0.11% -
HSV(B) 297º 0.54% 0.15% -
XYZ 1.26 0.91 1.86 -
YUV 24.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 36 17 37 0.03 0.54 0 0.85 297 0.37 0.11
Hex 24 11 25 3 36 0 55 129 25 B
Octal 44 21 45 3 66 0 125 451 45 13
Binary 100100 10001 100101 11 110110 0 1010101 100101001 100101 1011

Color Harmonies of #241125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241125

Black with #241125

Text Example


Text Example

White with #241125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241125; }

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

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

background-color css

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

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

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

border-color css

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

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

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