Html Css Color HEX #241425 Mardi Gras

📋 copy color: '#241425'

red 36 ◦ green 20 ◦ blue 37

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

Shades of Mardi Gras #241425

Tints of Mardi Gras #241425

RGB

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

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

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

R = 38.71%
G = 21.51%
B = 39.78%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#241425 (or 0x241425) is known color: Mardi Gras. HEX triplet: 24, 14 and 25. RGB value is (36,20,37). Sum of RGB (Red+Green+Blue) = 36+20+37=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 37 - color contains mainly: blue. Hex color #241425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241425 is #DBEBDA. Grayscale: #1A1A1A. Windows color (decimal): -14412763 or 2429988. OLE color: 2429988.

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

Color convert

RGB 36 20 37 -
CMYK 0.03 0.46 0 0.85
HSL 296.47º 0.3% 0.11% -
HSV(B) 296.47º 0.46% 0.15% -
XYZ 1.31 1.01 1.88 -
YUV 26.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 36 20 37 0.03 0.46 0 0.85 296.47 0.3 0.11
Hex 24 14 25 3 2E 0 55 128 1E B
Octal 44 24 45 3 56 0 125 450 36 13
Binary 100100 10100 100101 11 101110 0 1010101 100101000 11110 1011

Color Harmonies of #241425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241425

Black with #241425

Text Example


Text Example

White with #241425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241425; }

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

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

background-color css

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

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

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

border-color css

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

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

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