Html Css Color HEX #241423 Mardi Gras

📋 copy color: '#241423'

red 36 ◦ green 20 ◦ blue 35

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

Shades of Mardi Gras #241423

Tints of Mardi Gras #241423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 38.46%

R = 39.56%
G = 21.98%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.86

RGB Variations

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

Color information

#241423 (or 0x241423) is known color: Mardi Gras. HEX triplet: 24, 14 and 23. RGB value is (36,20,35). Sum of RGB (Red+Green+Blue) = 36+20+35=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 35 (14.06% from 255 or 38.46% from 91); Max value from RGB is 36 - color contains mainly: red. Hex color #241423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241423 is #DBEBDC. Grayscale: #1A1A1A. Windows color (decimal): -14412765 or 2298916. OLE color: 2298916.

HSL color Cylindrical-coordinate representation of color #241423: hue angle of 303.75º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #241423 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 20 35 -
CMYK 0 0.44 0.03 0.86
HSL 303.75º 0.29% 0.11% -
HSV(B) 303.75º 0.44% 0.14% -
XYZ 1.28 1 1.71 -
YUV 26.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 36 20 35 0 0.44 0.03 0.86 303.75 0.29 0.11
Hex 24 14 23 0 2C 3 56 130 1D B
Octal 44 24 43 0 54 3 126 460 35 13
Binary 100100 10100 100011 0 101100 11 1010110 100110000 11101 1011

Color Harmonies of #241423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241423

Black with #241423

Text Example


Text Example

White with #241423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241423; }

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

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

background-color css

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

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

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

border-color css

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

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

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