#240227

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

Shades of Mardi Gras #240227

Tints of Mardi Gras #240227

Color information

#240227 (or 0x240227) is unknown color: approx Mardi Gras. HEX triplet: 24, 02 and 27. RGB value is (36,2,39). Sum of RGB (Red+Green+Blue) = 36+2+39=77 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.75% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #240227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240227 is #DBFDD8. Grayscale: #101010. Windows color (decimal): -14417369 or 2556452. OLE color: 2556452.

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

Color convert

RGB36239-
CMYK0.080.9500.85
HSL295.14º90.24%8.04%-
HSV(B)295.14º94.87%15.29%-
XYZ1.120.561.97-
YUV16.38140.76141.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 46.75%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 39 (15.62% from 255) = 50.65%
R=46.75%
G=2.60%
B=50.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal362390.080.9500.85295.1490.248.04
Hex2422785F0551275a8
Octal4424710137012544713210
Binary10010010100111100010111110101010110010011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240227; }

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

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

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

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

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

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

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

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