#30112D

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

Shades of Mardi Gras #30112D

Tints of Mardi Gras #30112D

Color information

#30112D (or 0x30112D) is unknown color: approx Mardi Gras. HEX triplet: 30, 11 and 2D. RGB value is (48,17,45). Sum of RGB (Red+Green+Blue) = 48+17+45=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #30112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30112D is #CFEED2. Grayscale: #1D1D1D. Windows color (decimal): -13627091 or 2953520. OLE color: 2953520.

HSL color Cylindrical-coordinate representation of color #30112D: hue angle of 305.81º 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 #30112D is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB481745-
CMYK00.650.060.81
HSL305.81º47.69%12.75%-
HSV(B)305.81º64.58%18.82%-
XYZ1.891.222.62-
YUV29.46136.77141.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 17 (7.03% from 255) = 15.45%
BLUE value IS 45 (17.97% from 255) = 40.91%
R=43.64%
G=15.45%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48174500.650.060.81305.8147.6912.75
Hex30112D04165113230d
Octal602155010161214626015
Binary110000100011011010100000111010100011001100101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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