#30192F

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

Shades of Mardi Gras #30192F

Tints of Mardi Gras #30192F

Color information

#30192F (or 0x30192F) is unknown color: approx Mardi Gras. HEX triplet: 30, 19 and 2F. RGB value is (48,25,47). Sum of RGB (Red+Green+Blue) = 48+25+47=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 48 - color contains mainly: red. Hex color #30192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30192F is #CFE6D0. Grayscale: #222222. Windows color (decimal): -13625041 or 3086640. OLE color: 3086640.

HSL color Cylindrical-coordinate representation of color #30192F: hue angle of 302.61º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30192F is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB482547-
CMYK00.480.020.81
HSL302.61º31.51%14.31%-
HSV(B)302.61º47.92%18.82%-
XYZ2.081.532.87-
YUV34.39135.12137.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 47 (18.75% from 255) = 39.17%
R=40%
G=20.83%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48254700.480.020.81302.6131.5114.31
Hex30192F03025112f20e
Octal60315706021214574016
Binary1100001100110111101100001010100011001011111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30192F; }

 p { color: rgb(48,25,47); }

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

<style>
 a { background-color: #30192F; }

 a { background-color: rgb(48,25,47); }

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

<style>
 span { border-color: #30192F; }

 span { border-color: rgb(48,25,47); }

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