#301A2F

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

Shades of Mardi Gras #301A2F

Tints of Mardi Gras #301A2F

Color information

#301A2F (or 0x301A2F) is unknown color: approx Mardi Gras. HEX triplet: 30, 1A and 2F. RGB value is (48,26,47). Sum of RGB (Red+Green+Blue) = 48+26+47=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 48 - color contains mainly: red. Hex color #301A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A2F is #CFE5D0. Grayscale: #222222. Windows color (decimal): -13624785 or 3086896. OLE color: 3086896.

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

Color convert

RGB482647-
CMYK00.460.020.81
HSL302.73º29.73%14.51%-
HSV(B)302.73º45.83%18.82%-
XYZ2.11.572.88-
YUV34.97134.79137.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 26 (10.55% from 255) = 21.49%
BLUE value IS 47 (18.75% from 255) = 38.84%
R=39.67%
G=21.49%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48264700.460.020.81302.7329.7314.51
Hex301A2F02E25112f1ef
Octal60325705621214573617
Binary110000110101011110101110101010001100101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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