#270024

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

Shades of Mardi Gras #270024

Tints of Mardi Gras #270024

Color information

#270024 (or 0x270024) is unknown color: approx Mardi Gras. HEX triplet: 27, 00 and 24. RGB value is (39,0,36). Sum of RGB (Red+Green+Blue) = 39+0+36=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 36 (14.45% from 255 or 48% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #270024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270024 is #D8FFDB. Grayscale: #0F0F0F. Windows color (decimal): -14221276 or 2359335. OLE color: 2359335.

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

Color convert

RGB39036-
CMYK010.080.85
HSL304.62º100%7.65%-
HSV(B)304.62º100%15.29%-
XYZ1.160.561.72-
YUV15.76139.42144.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 48%
R=52%
G=0%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39036010.080.85304.621007.65
Hex27024064855131648
Octal4704401441012546114410
Binary1001110100100011001001000101010110011000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270024; }

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

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

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

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

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

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

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

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