#270028

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

Shades of Mardi Gras #270028

Tints of Mardi Gras #270028

Color information

#270028 (or 0x270028) is unknown color: approx Mardi Gras. HEX triplet: 27, 00 and 28. RGB value is (39,0,40). Sum of RGB (Red+Green+Blue) = 39+0+40=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #270028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270028 is #D8FFD7. Grayscale: #101010. Windows color (decimal): -14221272 or 2621479. OLE color: 2621479.

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

Color convert

RGB39040-
CMYK0.02100.84
HSL298.5º100%7.84%-
HSV(B)298.5º100%15.69%-
XYZ1.220.582.06-
YUV16.22141.42144.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 49.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 50.63%
R=49.37%
G=0%
B=50.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal390400.02100.84298.51007.84
Hex2702826405412a648
Octal470502144012445214410
Binary10011101010001011001000101010010010101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270028; }

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

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

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

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

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

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

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

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