#241026

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

Shades of Mardi Gras #241026

Tints of Mardi Gras #241026

Color information

#241026 (or 0x241026) is unknown color: approx Mardi Gras. HEX triplet: 24, 10 and 26. RGB value is (36,16,38). Sum of RGB (Red+Green+Blue) = 36+16+38=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 38 (15.23% from 255 or 42.22% from 90); Max value from RGB is 38 - color contains mainly: blue. Hex color #241026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241026 is #DBEFD9. Grayscale: #181818. Windows color (decimal): -14413786 or 2494500. OLE color: 2494500.

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

Color convert

RGB361638-
CMYK0.050.5800.85
HSL294.55º40.74%10.59%-
HSV(B)294.55º57.89%14.9%-
XYZ1.260.891.94-
YUV24.49135.63136.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40%
GREEN value IS 16 (6.64% from 255) = 17.78%
BLUE value IS 38 (15.23% from 255) = 42.22%
R=40%
G=17.78%
B=42.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3616380.050.5800.85294.5540.7410.59
Hex24102653A05512729b
Octal44204657201254475113
Binary10010010000100110101111010010101011001001111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241026; }

 p { color: rgb(36,16,38); }

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

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

 a { background-color: rgb(36,16,38); }

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

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

 span { border-color: rgb(36,16,38); }

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