#30102E

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

Shades of Mardi Gras #30102E

Tints of Mardi Gras #30102E

Color information

#30102E (or 0x30102E) is unknown color: approx Mardi Gras. HEX triplet: 30, 10 and 2E. RGB value is (48,16,46). Sum of RGB (Red+Green+Blue) = 48+16+46=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #30102E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30102E is #CFEFD1. Grayscale: #1C1C1C. Windows color (decimal): -13627346 or 3018800. OLE color: 3018800.

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

Color convert

RGB481646-
CMYK00.670.040.81
HSL303.75º50%12.55%-
HSV(B)303.75º66.67%18.82%-
XYZ1.91.22.72-
YUV28.99137.6141.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 16 (6.64% from 255) = 14.55%
BLUE value IS 46 (18.36% from 255) = 41.82%
R=43.64%
G=14.55%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48164600.670.040.81303.755012.55
Hex30102E04345113032d
Octal602056010341214606215
Binary110000100001011100100001110010100011001100001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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