Html Css Color HEX #241525 Mardi Gras

📋 copy color: '#241525'

red 36 ◦ green 21 ◦ blue 37

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

Shades of Mardi Gras #241525

Tints of Mardi Gras #241525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 39.36%

R = 38.3%
G = 22.34%
B = 39.36%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#241525 (or 0x241525) is known color: Mardi Gras. HEX triplet: 24, 15 and 25. RGB value is (36,21,37). Sum of RGB (Red+Green+Blue) = 36+21+37=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 37 - color contains mainly: blue. Hex color #241525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241525 is #DBEADA. Grayscale: #1B1B1B. Windows color (decimal): -14412507 or 2430244. OLE color: 2430244.

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

Color convert

RGB 36 21 37 -
CMYK 0.03 0.43 0 0.85
HSL 296.25º 0.28% 0.11% -
HSV(B) 296.25º 0.43% 0.15% -
XYZ 1.33 1.04 1.88 -
YUV 27.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 36 21 37 0.03 0.43 0 0.85 296.25 0.28 0.11
Hex 24 15 25 3 2B 0 55 128 1C B
Octal 44 25 45 3 53 0 125 450 34 13
Binary 100100 10101 100101 11 101011 0 1010101 100101000 11100 1011

Color Harmonies of #241525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241525

Black with #241525

Text Example


Text Example

White with #241525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241525; }

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

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

background-color css

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

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

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

border-color css

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

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

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