#240427

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

Shades of Mardi Gras #240427

Tints of Mardi Gras #240427

Color information

#240427 (or 0x240427) is unknown color: approx Mardi Gras. HEX triplet: 24, 04 and 27. RGB value is (36,4,39). Sum of RGB (Red+Green+Blue) = 36+4+39=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 39 (15.62% from 255 or 49.37% from 79); Max value from RGB is 39 - color contains mainly: blue. Hex color #240427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240427 is #DBFBD8. Grayscale: #111111. Windows color (decimal): -14416857 or 2556964. OLE color: 2556964.

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

Color convert

RGB36439-
CMYK0.080.9000.85
HSL294.86º81.4%8.43%-
HSV(B)294.86º89.74%15.29%-
XYZ1.140.611.98-
YUV17.56140.1141.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45.57%
GREEN value IS 4 (1.95% from 255) = 5.06%
BLUE value IS 39 (15.62% from 255) = 49.37%
R=45.57%
G=5.06%
B=49.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal364390.080.9000.85294.8681.48.43
Hex2442785A055127518
Octal4444710132012544712110
Binary100100100100111100010110100101010110010011110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240427; }

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

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

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

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

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

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

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

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