#30142B

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

Shades of Mardi Gras #30142B

Tints of Mardi Gras #30142B

Color information

#30142B (or 0x30142B) is unknown color: approx Mardi Gras. HEX triplet: 30, 14 and 2B. RGB value is (48,20,43). Sum of RGB (Red+Green+Blue) = 48+20+43=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #30142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30142B is #CFEBD4. Grayscale: #1E1E1E. Windows color (decimal): -13626325 or 2823216. OLE color: 2823216.

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

Color convert

RGB482043-
CMYK00.580.100.81
HSL310.71º41.18%13.33%-
HSV(B)310.71º58.33%18.82%-
XYZ1.911.32.44-
YUV30.99134.78140.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 20 (8.20% from 255) = 18.02%
BLUE value IS 43 (17.19% from 255) = 38.74%
R=43.24%
G=18.02%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48204300.580.100.81310.7141.1813.33
Hex30142B03AA5113729d
Octal602453072121214675115
Binary110000101001010110111010101010100011001101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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