Html Css Color HEX #241B25 Mardi Gras

📋 copy color: '#241B25'

red 36 ◦ green 27 ◦ blue 37

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

Shades of Mardi Gras #241B25

Tints of Mardi Gras #241B25

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27%

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

R = 36%
G = 27%
B = 37%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#241B25 (or 0x241B25) is known color: Mardi Gras. HEX triplet: 24, 1B and 25. RGB value is (36,27,37). Sum of RGB (Red+Green+Blue) = 36+27+37=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 37 - color contains mainly: blue. Hex color #241B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241B25 is #DBE4DA. Grayscale: #1E1E1E. Windows color (decimal): -14410971 or 2431780. OLE color: 2431780.

HSL color Cylindrical-coordinate representation of color #241B25: hue angle of 294º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #241B25 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 27 37 -
CMYK 0.03 0.27 0 0.85
HSL 294º 0.16% 0.13% -
HSV(B) 294º 0.27% 0.15% -
XYZ 1.45 1.29 1.92 -
YUV 30.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 36 27 37 0.03 0.27 0 0.85 294 0.16 0.13
Hex 24 1B 25 3 1B 0 55 126 10 D
Octal 44 33 45 3 33 0 125 446 20 15
Binary 100100 11011 100101 11 11011 0 1010101 100100110 10000 1101

Color Harmonies of #241B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241B25

Black with #241B25

Text Example


Text Example

White with #241B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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