Html Css Color HEX #241426 Mardi Gras

📋 copy color: '#241426'

red 36 ◦ green 20 ◦ blue 38

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

Shades of Mardi Gras #241426

Tints of Mardi Gras #241426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.28%

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

R = 38.3%
G = 21.28%
B = 40.43%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#241426 (or 0x241426) is known color: Mardi Gras. HEX triplet: 24, 14 and 26. RGB value is (36,20,38). Sum of RGB (Red+Green+Blue) = 36+20+38=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 38 (15.23% from 255 or 40.43% from 94); Max value from RGB is 38 - color contains mainly: blue. Hex color #241426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241426 is #DBEBD9. Grayscale: #1A1A1A. Windows color (decimal): -14412762 or 2495524. OLE color: 2495524.

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

Color convert

RGB 36 20 38 -
CMYK 0.05 0.47 0 0.85
HSL 293.33º 0.31% 0.11% -
HSV(B) 293.33º 0.47% 0.15% -
XYZ 1.33 1.02 1.96 -
YUV 26.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 36 20 38 0.05 0.47 0 0.85 293.33 0.31 0.11
Hex 24 14 26 5 2F 0 55 125 1F B
Octal 44 24 46 5 57 0 125 445 37 13
Binary 100100 10100 100110 101 101111 0 1010101 100100101 11111 1011

Color Harmonies of #241426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241426

Black with #241426

Text Example


Text Example

White with #241426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241426; }

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

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

background-color css

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

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

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

border-color css

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

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

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