#270424

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

Shades of Mardi Gras #270424

Tints of Mardi Gras #270424

Color information

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

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

Color convert

RGB39436-
CMYK00.900.080.85
HSL305.14º81.4%8.43%-
HSV(B)305.14º89.74%15.29%-
XYZ1.20.651.73-
YUV18.11138.1142.9-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3943600.900.080.85305.1481.48.43
Hex2742405A855131518
Octal4744401321012546112110
Binary100111100100100010110101000101010110011000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270424; }

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

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

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

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

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

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

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

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