#30112C

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

Shades of Mardi Gras #30112C

Tints of Mardi Gras #30112C

Color information

#30112C (or 0x30112C) is unknown color: approx Mardi Gras. HEX triplet: 30, 11 and 2C. RGB value is (48,17,44). Sum of RGB (Red+Green+Blue) = 48+17+44=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #30112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30112C is #CFEED3. Grayscale: #1D1D1D. Windows color (decimal): -13627092 or 2887984. OLE color: 2887984.

HSL color Cylindrical-coordinate representation of color #30112C: hue angle of 307.74º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30112C is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB481744-
CMYK00.650.080.81
HSL307.74º47.69%12.75%-
HSV(B)307.74º64.58%18.82%-
XYZ1.871.212.52-
YUV29.35136.27141.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 17 (7.03% from 255) = 15.60%
BLUE value IS 44 (17.58% from 255) = 40.37%
R=44.04%
G=15.60%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48174400.650.080.81307.7447.6912.75
Hex30112C04185113430d
Octal6021540101101214646015
Binary1100001000110110001000001100010100011001101001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30112C; }

 p { color: rgb(48,17,44); }

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

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

 a { background-color: rgb(48,17,44); }

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

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

 span { border-color: rgb(48,17,44); }

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