#270022

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

Shades of Mardi Gras #270022

Tints of Mardi Gras #270022

Color information

#270022 (or 0x270022) is unknown color: approx Mardi Gras. HEX triplet: 27, 00 and 22. RGB value is (39,0,34). Sum of RGB (Red+Green+Blue) = 39+0+34=73 (9% of max value = 765). Red value is 39 (15.62% from 255 or 53.42% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 34 (13.67% from 255 or 46.58% from 73); Max value from RGB is 39 - color contains mainly: red. Hex color #270022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270022 is #D8FFDD. Grayscale: #0F0F0F. Windows color (decimal): -14221278 or 2228263. OLE color: 2228263.

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

Color convert

RGB39034-
CMYK010.130.85
HSL307.69º100%7.65%-
HSV(B)307.69º100%15.29%-
XYZ1.130.551.56-
YUV15.54138.42144.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 53.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 46.58%
R=53.42%
G=0%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39034010.130.85307.691007.65
Hex27022064D55134648
Octal4704201441512546414410
Binary1001110100010011001001101101010110011010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270022; }

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

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

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

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

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

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

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

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