#241225

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

Shades of Mardi Gras #241225

Tints of Mardi Gras #241225

Color information

#241225 (or 0x241225) is unknown color: approx Mardi Gras. HEX triplet: 24, 12 and 25. RGB value is (36,18,37). Sum of RGB (Red+Green+Blue) = 36+18+37=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 37 - color contains mainly: blue. Hex color #241225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241225 is #DBEDDA. Grayscale: #191919. Windows color (decimal): -14413275 or 2429476. OLE color: 2429476.

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

Color convert

RGB361837-
CMYK0.030.5100.85
HSL296.84º34.55%10.78%-
HSV(B)296.84º51.35%14.51%-
XYZ1.280.941.86-
YUV25.55134.46135.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.56%
GREEN value IS 18 (7.42% from 255) = 19.78%
BLUE value IS 37 (14.84% from 255) = 40.66%
R=39.56%
G=19.78%
B=40.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3618370.030.5100.85296.8434.5510.78
Hex24122533305512923b
Octal44224536301254514313
Binary1001001001010010111110011010101011001010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241225; }

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

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

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

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

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

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

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

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