#30162E

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

Shades of Mardi Gras #30162E

Tints of Mardi Gras #30162E

Color information

#30162E (or 0x30162E) is unknown color: approx Mardi Gras. HEX triplet: 30, 16 and 2E. RGB value is (48,22,46). Sum of RGB (Red+Green+Blue) = 48+22+46=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #30162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30162E is #CFE9D1. Grayscale: #202020. Windows color (decimal): -13625810 or 3020336. OLE color: 3020336.

HSL color Cylindrical-coordinate representation of color #30162E: hue angle of 304.62º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #30162E is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB482246-
CMYK00.540.040.81
HSL304.62º37.14%13.73%-
HSV(B)304.62º54.17%18.82%-
XYZ21.42.75-
YUV32.51135.61139.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 22 (8.98% from 255) = 18.97%
BLUE value IS 46 (18.36% from 255) = 39.66%
R=41.38%
G=18.97%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48224600.540.040.81304.6237.1413.73
Hex30162E03645113125e
Octal60265606641214614516
Binary11000010110101110011011010010100011001100011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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