#241127

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

Shades of Mardi Gras #241127

Tints of Mardi Gras #241127

Color information

#241127 (or 0x241127) is unknown color: approx Mardi Gras. HEX triplet: 24, 11 and 27. RGB value is (36,17,39). Sum of RGB (Red+Green+Blue) = 36+17+39=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 39 - color contains mainly: blue. Hex color #241127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241127 is #DBEED8. Grayscale: #191919. Windows color (decimal): -14413529 or 2560292. OLE color: 2560292.

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

Color convert

RGB361739-
CMYK0.080.5600.85
HSL291.82º39.29%10.98%-
HSV(B)291.82º56.41%15.29%-
XYZ1.290.922.03-
YUV25.19135.79135.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.13%
GREEN value IS 17 (7.03% from 255) = 18.48%
BLUE value IS 39 (15.62% from 255) = 42.39%
R=39.13%
G=18.48%
B=42.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3617390.080.5600.85291.8239.2910.98
Hex24112783805512427b
Octal442147107001254444713
Binary100100100011001111000111000010101011001001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241127; }

 p { color: rgb(36,17,39); }

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

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

 a { background-color: rgb(36,17,39); }

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

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

 span { border-color: rgb(36,17,39); }

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