#30132B

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

Shades of Mardi Gras #30132B

Tints of Mardi Gras #30132B

Color information

#30132B (or 0x30132B) is unknown color: approx Mardi Gras. HEX triplet: 30, 13 and 2B. RGB value is (48,19,43). Sum of RGB (Red+Green+Blue) = 48+19+43=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #30132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30132B is #CFECD4. Grayscale: #1E1E1E. Windows color (decimal): -13626581 or 2822960. OLE color: 2822960.

HSL color Cylindrical-coordinate representation of color #30132B: hue angle of 310.34º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30132B is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB481943-
CMYK00.600.100.81
HSL310.34º43.28%13.14%-
HSV(B)310.34º60.42%18.82%-
XYZ1.891.272.43-
YUV30.41135.11140.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 19 (7.81% from 255) = 17.27%
BLUE value IS 43 (17.19% from 255) = 39.09%
R=43.64%
G=17.27%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48194300.600.100.81310.3443.2813.14
Hex30132B03CA511362bd
Octal602353074121214665315
Binary110000100111010110111100101010100011001101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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