#301F2F

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

Shades of Mardi Gras #301F2F

Tints of Mardi Gras #301F2F

Color information

#301F2F (or 0x301F2F) is unknown color: approx Mardi Gras. HEX triplet: 30, 1F and 2F. RGB value is (48,31,47). Sum of RGB (Red+Green+Blue) = 48+31+47=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 48 - color contains mainly: red. Hex color #301F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F2F is #CFE0D0. Grayscale: #252525. Windows color (decimal): -13623505 or 3088176. OLE color: 3088176.

HSL color Cylindrical-coordinate representation of color #301F2F: hue angle of 303.53º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #301F2F is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB483147-
CMYK00.350.020.81
HSL303.53º21.52%15.49%-
HSV(B)303.53º35.42%18.82%-
XYZ2.221.812.92-
YUV37.91133.13135.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 31 (12.5% from 255) = 24.60%
BLUE value IS 47 (18.75% from 255) = 37.30%
R=38.10%
G=24.60%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48314700.350.020.81303.5321.5215.49
Hex301F2F02325113016f
Octal60375704321214602617
Binary110000111111011110100011101010001100110000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301F2F; }

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

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

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

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

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

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

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

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