#271428

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

Shades of Mardi Gras #271428

Tints of Mardi Gras #271428

Color information

#271428 (or 0x271428) is unknown color: approx Mardi Gras. HEX triplet: 27, 14 and 28. RGB value is (39,20,40). Sum of RGB (Red+Green+Blue) = 39+20+40=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 40 - color contains mainly: blue. Hex color #271428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271428 is #D8EBD7. Grayscale: #1B1B1B. Windows color (decimal): -14216152 or 2626599. OLE color: 2626599.

HSL color Cylindrical-coordinate representation of color #271428: hue angle of 297º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #271428 is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB392040-
CMYK0.020.500.84
HSL297º33.33%11.76%-
HSV(B)297º50%15.69%-
XYZ1.471.082.14-
YUV27.96134.79135.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 20 (8.20% from 255) = 20.20%
BLUE value IS 40 (16.02% from 255) = 40.40%
R=39.39%
G=20.20%
B=40.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3920400.020.500.8429733.3311.76
Hex27142823205412921c
Octal47245026201244514114
Binary1001111010010100010110010010101001001010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271428; }

 p { color: rgb(39,20,40); }

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

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

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

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

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

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

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