#270421

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

Shades of Mardi Gras #270421

Tints of Mardi Gras #270421

Color information

#270421 (or 0x270421) is unknown color: approx Mardi Gras. HEX triplet: 27, 04 and 21. RGB value is (39,4,33). Sum of RGB (Red+Green+Blue) = 39+4+33=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 33 (13.28% from 255 or 43.42% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #270421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270421 is #D8FBDE. Grayscale: #111111. Windows color (decimal): -14220255 or 2163751. OLE color: 2163751.

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

Color convert

RGB39433-
CMYK00.900.150.85
HSL310.29º81.4%8.43%-
HSV(B)310.29º89.74%15.29%-
XYZ1.150.631.5-
YUV17.77136.6143.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 51.32%
GREEN value IS 4 (1.95% from 255) = 5.26%
BLUE value IS 33 (13.28% from 255) = 43.42%
R=51.32%
G=5.26%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.15
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3943300.900.150.85310.2981.48.43
Hex2742105AF55136518
Octal4744101321712546612110
Binary100111100100001010110101111101010110011011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270421; }

 p { color: rgb(39,4,33); }

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

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

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

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

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

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

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