#30112B

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

Shades of Mardi Gras #30112B

Tints of Mardi Gras #30112B

Color information

#30112B (or 0x30112B) is unknown color: approx Mardi Gras. HEX triplet: 30, 11 and 2B. RGB value is (48,17,43). Sum of RGB (Red+Green+Blue) = 48+17+43=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #30112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30112B is #CFEED4. Grayscale: #1D1D1D. Windows color (decimal): -13627093 or 2822448. OLE color: 2822448.

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

Color convert

RGB481743-
CMYK00.650.100.81
HSL309.68º47.69%12.75%-
HSV(B)309.68º64.58%18.82%-
XYZ1.861.22.42-
YUV29.23135.77141.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.44%
GREEN value IS 17 (7.03% from 255) = 15.74%
BLUE value IS 43 (17.19% from 255) = 39.81%
R=44.44%
G=15.74%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48174300.650.100.81309.6847.6912.75
Hex30112B041A5113630d
Octal6021530101121214666015
Binary1100001000110101101000001101010100011001101101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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