Html Css Color HEX #241526 Mardi Gras

📋 copy color: '#241526'

red 36 ◦ green 21 ◦ blue 38

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

Shades of Mardi Gras #241526

Tints of Mardi Gras #241526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.11%

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

R = 37.89%
G = 22.11%
B = 40%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#241526 (or 0x241526) is known color: Mardi Gras. HEX triplet: 24, 15 and 26. RGB value is (36,21,38). Sum of RGB (Red+Green+Blue) = 36+21+38=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 38 - color contains mainly: blue. Hex color #241526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241526 is #DBEAD9. Grayscale: #1B1B1B. Windows color (decimal): -14412506 or 2495780. OLE color: 2495780.

HSL color Cylindrical-coordinate representation of color #241526: hue angle of 292.94º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #241526 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 21 38 -
CMYK 0.05 0.45 0 0.85
HSL 292.94º 0.29% 0.12% -
HSV(B) 292.94º 0.45% 0.15% -
XYZ 1.35 1.05 1.97 -
YUV 27.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 36 21 38 0.05 0.45 0 0.85 292.94 0.29 0.12
Hex 24 15 26 5 2D 0 55 125 1D C
Octal 44 25 46 5 55 0 125 445 35 14
Binary 100100 10101 100110 101 101101 0 1010101 100100101 11101 1100

Color Harmonies of #241526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241526

Black with #241526

Text Example


Text Example

White with #241526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241526; }

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

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

background-color css

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

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

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

border-color css

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

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

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