#30272F

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

Shades of Mardi Gras #30272F

Tints of Mardi Gras #30272F

Color information

#30272F (or 0x30272F) is unknown color: approx Mardi Gras. HEX triplet: 30, 27 and 2F. RGB value is (48,39,47). Sum of RGB (Red+Green+Blue) = 48+39+47=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 48 - color contains mainly: red. Hex color #30272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30272F is #CFD8D0. Grayscale: #2A2A2A. Windows color (decimal): -13621457 or 3090224. OLE color: 3090224.

HSL color Cylindrical-coordinate representation of color #30272F: hue angle of 306.67º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #30272F is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB483947-
CMYK00.190.020.81
HSL306.67º10.34%17.06%-
HSV(B)306.67º18.75%18.82%-
XYZ2.462.283-
YUV42.6130.48131.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 39 (15.62% from 255) = 29.10%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=35.82%
G=29.10%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48394700.190.020.81306.6710.3417.06
Hex30272F013251133a11
Octal60475702321214631221
Binary110000100111101111010011101010001100110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30272F; }

 p { color: rgb(48,39,47); }

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

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

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

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

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

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

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