#301C2F

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

Shades of Mardi Gras #301C2F

Tints of Mardi Gras #301C2F

Color information

#301C2F (or 0x301C2F) is unknown color: approx Mardi Gras. HEX triplet: 30, 1C and 2F. RGB value is (48,28,47). Sum of RGB (Red+Green+Blue) = 48+28+47=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 48 - color contains mainly: red. Hex color #301C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C2F is #CFE3D0. Grayscale: #242424. Windows color (decimal): -13624273 or 3087408. OLE color: 3087408.

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

Color convert

RGB482847-
CMYK00.420.020.81
HSL303º26.32%14.9%-
HSV(B)303º41.67%18.82%-
XYZ2.151.662.9-
YUV36.15134.13136.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 28 (11.33% from 255) = 22.76%
BLUE value IS 47 (18.75% from 255) = 38.21%
R=39.02%
G=22.76%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48284700.420.020.8130326.3214.9
Hex301C2F02A25112f1af
Octal60345705221214573217
Binary110000111001011110101010101010001100101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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