#241A25

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

Shades of Mardi Gras #241A25

Tints of Mardi Gras #241A25

Color information

#241A25 (or 0x241A25) is unknown color: approx Mardi Gras. HEX triplet: 24, 1A and 25. RGB value is (36,26,37). Sum of RGB (Red+Green+Blue) = 36+26+37=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 37 - color contains mainly: blue. Hex color #241A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A25 is #DBE5DA. Grayscale: #1E1E1E. Windows color (decimal): -14411227 or 2431524. OLE color: 2431524.

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

Color convert

RGB362637-
CMYK0.030.3000.85
HSL294.55º17.46%12.35%-
HSV(B)294.55º29.73%14.51%-
XYZ1.431.251.92-
YUV30.24131.81132.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36.36%
GREEN value IS 26 (10.55% from 255) = 26.26%
BLUE value IS 37 (14.84% from 255) = 37.37%
R=36.36%
G=26.26%
B=37.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3626370.030.3000.85294.5517.4612.35
Hex241A2531E05512711c
Octal44324533601254472114
Binary10010011010100101111111001010101100100111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #241A25;
 }
 .AnyTagClassName
 {
   color: #241A25;
 }
</style>
background-color css

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

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

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

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

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

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