#30172E

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

Shades of Mardi Gras #30172E

Tints of Mardi Gras #30172E

Color information

#30172E (or 0x30172E) is unknown color: approx Mardi Gras. HEX triplet: 30, 17 and 2E. RGB value is (48,23,46). Sum of RGB (Red+Green+Blue) = 48+23+46=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #30172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30172E is #CFE8D1. Grayscale: #212121. Windows color (decimal): -13625554 or 3020592. OLE color: 3020592.

HSL color Cylindrical-coordinate representation of color #30172E: hue angle of 304.8º 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 #30172E is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB482346-
CMYK00.520.040.81
HSL304.8º35.21%13.92%-
HSV(B)304.8º52.08%18.82%-
XYZ2.021.442.76-
YUV33.1135.28138.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.03%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 46 (18.36% from 255) = 39.32%
R=41.03%
G=19.66%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48234600.520.040.81304.835.2113.92
Hex30172E03445113123e
Octal60275606441214614316
Binary11000010111101110011010010010100011001100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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