#270328

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

Shades of Mardi Gras #270328

Tints of Mardi Gras #270328

Color information

#270328 (or 0x270328) is unknown color: approx Mardi Gras. HEX triplet: 27, 03 and 28. RGB value is (39,3,40). Sum of RGB (Red+Green+Blue) = 39+3+40=82 (10% of max value = 765). Red value is 39 (15.62% from 255 or 47.56% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 40 (16.02% from 255 or 48.78% from 82); Max value from RGB is 40 - color contains mainly: blue. Hex color #270328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270328 is #D8FCD7. Grayscale: #111111. Windows color (decimal): -14220504 or 2622247. OLE color: 2622247.

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

Color convert

RGB39340-
CMYK0.020.9300.84
HSL298.38º86.05%8.43%-
HSV(B)298.38º92.5%15.69%-
XYZ1.250.652.07-
YUV17.98140.43142.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 47.56%
GREEN value IS 3 (1.56% from 255) = 3.66%
BLUE value IS 40 (16.02% from 255) = 48.78%
R=47.56%
G=3.66%
B=48.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal393400.020.9300.84298.3886.058.43
Hex2732825D05412a568
Octal473502135012445212610
Binary100111111010001010111010101010010010101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270328; }

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

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

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

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

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

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

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

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