Html Css Color HEX #241522 Mardi Gras

📋 copy color: '#241522'

red 36 ◦ green 21 ◦ blue 34

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

Shades of Mardi Gras #241522

Tints of Mardi Gras #241522

RGB

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

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

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

R = 39.56%
G = 23.08%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#241522 (or 0x241522) is known color: Mardi Gras. HEX triplet: 24, 15 and 22. RGB value is (36,21,34). Sum of RGB (Red+Green+Blue) = 36+21+34=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 36 - color contains mainly: red. Hex color #241522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241522 is #DBEADD. Grayscale: #1A1A1A. Windows color (decimal): -14412510 or 2233636. OLE color: 2233636.

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

Color convert

RGB 36 21 34 -
CMYK 0 0.42 0.06 0.86
HSL 308º 0.26% 0.11% -
HSV(B) 308º 0.42% 0.14% -
XYZ 1.28 1.03 1.64 -
YUV 26.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 36 21 34 0 0.42 0.06 0.86 308 0.26 0.11
Hex 24 15 22 0 2A 6 56 134 1A B
Octal 44 25 42 0 52 6 126 464 32 13
Binary 100100 10101 100010 0 101010 110 1010110 100110100 11010 1011

Color Harmonies of #241522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241522

Black with #241522

Text Example


Text Example

White with #241522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241522; }

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

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

background-color css

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

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

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

border-color css

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

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

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