#30172F

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

Shades of Mardi Gras #30172F

Tints of Mardi Gras #30172F

Color information

#30172F (or 0x30172F) is unknown color: approx Mardi Gras. HEX triplet: 30, 17 and 2F. RGB value is (48,23,47). Sum of RGB (Red+Green+Blue) = 48+23+47=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #30172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30172F is #CFE8D0. Grayscale: #212121. Windows color (decimal): -13625553 or 3086128. OLE color: 3086128.

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

Color convert

RGB482347-
CMYK00.520.020.81
HSL302.4º35.21%13.92%-
HSV(B)302.4º52.08%18.82%-
XYZ2.041.452.86-
YUV33.21135.78138.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.68%
GREEN value IS 23 (9.38% from 255) = 19.49%
BLUE value IS 47 (18.75% from 255) = 39.83%
R=40.68%
G=19.49%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48234700.520.020.81302.435.2113.92
Hex30172F03425112e23e
Octal60275706421214564316
Binary1100001011110111101101001010100011001011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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