#270127

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

Shades of Mardi Gras #270127

Tints of Mardi Gras #270127

Color information

#270127 (or 0x270127) is unknown color: approx Mardi Gras. HEX triplet: 27, 01 and 27. RGB value is (39,1,39). Sum of RGB (Red+Green+Blue) = 39+1+39=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 39 (15.62% from 255 or 49.37% from 79); Max value from RGB is 39 - color contains mainly: red, blue. Hex color #270127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270127 is #D8FED8. Grayscale: #101010. Windows color (decimal): -14221017 or 2556199. OLE color: 2556199.

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

Color convert

RGB39139-
CMYK00.9700.85
HSL300º95%7.84%-
HSV(B)300º97.44%15.29%-
XYZ1.210.61.97-
YUV16.69140.59143.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 49.37%
GREEN value IS 1 (0.78% from 255) = 1.27%
BLUE value IS 39 (15.62% from 255) = 49.37%
R=49.37%
G=1.27%
B=49.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3913900.9700.85300957.84
Hex2712706105512c5f8
Octal471470141012545413710
Binary1001111100111011000010101010110010110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270127; }

 p { color: rgb(39,1,39); }

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

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

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

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

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

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

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