Html Css Color HEX #241323 Mardi Gras

📋 copy color: '#241323'

red 36 ◦ green 19 ◦ blue 35

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

Shades of Mardi Gras #241323

Tints of Mardi Gras #241323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.11%

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

R = 40%
G = 21.11%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.86

RGB Variations

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

Color information

#241323 (or 0x241323) is known color: Mardi Gras. HEX triplet: 24, 13 and 23. RGB value is (36,19,35). Sum of RGB (Red+Green+Blue) = 36+19+35=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 35 (14.06% from 255 or 38.89% from 90); Max value from RGB is 36 - color contains mainly: red. Hex color #241323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241323 is #DBECDC. Grayscale: #191919. Windows color (decimal): -14413021 or 2298660. OLE color: 2298660.

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

Color convert

RGB 36 19 35 -
CMYK 0 0.47 0.03 0.86
HSL 303.53º 0.31% 0.11% -
HSV(B) 303.53º 0.47% 0.14% -
XYZ 1.26 0.96 1.71 -
YUV 25.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 36 19 35 0 0.47 0.03 0.86 303.53 0.31 0.11
Hex 24 13 23 0 2F 3 56 130 1F B
Octal 44 23 43 0 57 3 126 460 37 13
Binary 100100 10011 100011 0 101111 11 1010110 100110000 11111 1011

Color Harmonies of #241323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241323

Black with #241323

Text Example


Text Example

White with #241323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241323; }

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

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

background-color css

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

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

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

border-color css

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

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

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