#240F25

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

Shades of Mardi Gras #240F25

Tints of Mardi Gras #240F25

Color information

#240F25 (or 0x240F25) is unknown color: approx Mardi Gras. HEX triplet: 24, 0F and 25. RGB value is (36,15,37). Sum of RGB (Red+Green+Blue) = 36+15+37=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 37 - color contains mainly: blue. Hex color #240F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F25 is #DBF0DA. Grayscale: #171717. Windows color (decimal): -14414043 or 2428708. OLE color: 2428708.

HSL color Cylindrical-coordinate representation of color #240F25: hue angle of 297.27º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #240F25 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB361537-
CMYK0.030.5900.85
HSL297.27º42.31%10.2%-
HSV(B)297.27º59.46%14.51%-
XYZ1.230.851.85-
YUV23.79135.46136.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.91%
GREEN value IS 15 (6.25% from 255) = 17.05%
BLUE value IS 37 (14.84% from 255) = 42.05%
R=40.91%
G=17.05%
B=42.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3615370.030.5900.85297.2742.3110.2
Hex24F2533B0551292aa
Octal44174537301254515212
Binary100100111110010111111011010101011001010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240F25; }

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

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

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

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

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

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

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

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