#241B25

Color #241B25 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #241B25

Tints of Mardi Gras #241B25

Color information

#241B25 (or 0x241B25) is unknown color: approx 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

RGB362737-
CMYK0.030.2700.85
HSL294º15.62%12.55%-
HSV(B)294º27.03%14.51%-
XYZ1.451.291.92-
YUV30.83131.48131.69-

RGB Variations

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

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 (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3627370.030.2700.8529415.6212.55
Hex241B2531B05512610d
Octal44334533301254462015
Binary10010011011100101111101101010101100100110100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>