#270023

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

Shades of Mardi Gras #270023

Tints of Mardi Gras #270023

Color information

#270023 (or 0x270023) is unknown color: approx Mardi Gras. HEX triplet: 27, 00 and 23. RGB value is (39,0,35). Sum of RGB (Red+Green+Blue) = 39+0+35=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 35 (14.06% from 255 or 47.30% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #270023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270023 is #D8FFDC. Grayscale: #0F0F0F. Windows color (decimal): -14221277 or 2293799. OLE color: 2293799.

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

Color convert

RGB39035-
CMYK010.100.85
HSL306.15º100%7.65%-
HSV(B)306.15º100%15.29%-
XYZ1.140.551.64-
YUV15.65138.92144.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 35 (14.06% from 255) = 47.30%
R=52.70%
G=0%
B=47.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39035010.100.85306.151007.65
Hex27023064A55132648
Octal4704301441212546214410
Binary1001110100011011001001010101010110011001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270023; }

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

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

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

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

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

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

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

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