#240127

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

Shades of Mardi Gras #240127

Tints of Mardi Gras #240127

Color information

#240127 (or 0x240127) is unknown color: approx Mardi Gras. HEX triplet: 24, 01 and 27. RGB value is (36,1,39). Sum of RGB (Red+Green+Blue) = 36+1+39=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #240127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240127 is #DBFED8. Grayscale: #0F0F0F. Windows color (decimal): -14417625 or 2556196. OLE color: 2556196.

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

Color convert

RGB36139-
CMYK0.080.9700.85
HSL295.26º95%7.84%-
HSV(B)295.26º97.44%15.29%-
XYZ1.10.541.97-
YUV15.8141.1142.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 47.37%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 39 (15.62% from 255) = 51.32%
R=47.37%
G=1.32%
B=51.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal361390.080.9700.85295.26957.84
Hex241278610551275f8
Octal4414710141012544713710
Binary1001001100111100011000010101010110010011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240127; }

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

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

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

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

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

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

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

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