#241327

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

Shades of Mardi Gras #241327

Tints of Mardi Gras #241327

Color information

#241327 (or 0x241327) is unknown color: approx Mardi Gras. HEX triplet: 24, 13 and 27. RGB value is (36,19,39). Sum of RGB (Red+Green+Blue) = 36+19+39=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 39 - color contains mainly: blue. Hex color #241327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241327 is #DBECD8. Grayscale: #1A1A1A. Windows color (decimal): -14413017 or 2560804. OLE color: 2560804.

HSL color Cylindrical-coordinate representation of color #241327: hue angle of 291º degrees, saturation: 0.34, 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 #241327 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB361939-
CMYK0.080.5100.85
HSL291º34.48%11.37%-
HSV(B)291º51.28%15.29%-
XYZ1.330.992.04-
YUV26.36135.13134.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.30%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 39 (15.62% from 255) = 41.49%
R=38.30%
G=20.21%
B=41.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3619390.080.5100.8529134.4811.37
Hex24132783305512322b
Octal442347106301254434213
Binary100100100111001111000110011010101011001000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241327; }

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

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

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

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

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

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

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

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