Html Css Color HEX #241322 Mardi Gras

📋 copy color: '#241322'

red 36 ◦ green 19 ◦ blue 34

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

Shades of Mardi Gras #241322

Tints of Mardi Gras #241322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 38.2%

R = 40.45%
G = 21.35%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#241322 (or 0x241322) is known color: Mardi Gras. HEX triplet: 24, 13 and 22. RGB value is (36,19,34). Sum of RGB (Red+Green+Blue) = 36+19+34=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 34 (13.67% from 255 or 38.20% from 89); Max value from RGB is 36 - color contains mainly: red. Hex color #241322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241322 is #DBECDD. Grayscale: #191919. Windows color (decimal): -14413022 or 2233124. OLE color: 2233124.

HSL color Cylindrical-coordinate representation of color #241322: hue angle of 307.06º 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 #241322 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 19 34 -
CMYK 0 0.47 0.06 0.86
HSL 307.06º 0.31% 0.11% -
HSV(B) 307.06º 0.47% 0.14% -
XYZ 1.25 0.96 1.63 -
YUV 25.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 36 19 34 0 0.47 0.06 0.86 307.06 0.31 0.11
Hex 24 13 22 0 2F 6 56 133 1F B
Octal 44 23 42 0 57 6 126 463 37 13
Binary 100100 10011 100010 0 101111 110 1010110 100110011 11111 1011

Color Harmonies of #241322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241322

Black with #241322

Text Example


Text Example

White with #241322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241322; }

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

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

background-color css

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

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

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

border-color css

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

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

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