#30102F

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

Shades of Mardi Gras #30102F

Tints of Mardi Gras #30102F

Color information

#30102F (or 0x30102F) is unknown color: approx Mardi Gras. HEX triplet: 30, 10 and 2F. RGB value is (48,16,47). Sum of RGB (Red+Green+Blue) = 48+16+47=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #30102F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30102F is #CFEFD0. Grayscale: #1D1D1D. Windows color (decimal): -13627345 or 3084336. OLE color: 3084336.

HSL color Cylindrical-coordinate representation of color #30102F: hue angle of 301.88º 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 #30102F is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB481647-
CMYK00.670.020.81
HSL301.88º50%12.55%-
HSV(B)301.88º66.67%18.82%-
XYZ1.921.22.82-
YUV29.1138.1141.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 16 (6.64% from 255) = 14.41%
BLUE value IS 47 (18.75% from 255) = 42.34%
R=43.24%
G=14.41%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48164700.670.020.81301.885012.55
Hex30102F04325112e32d
Octal602057010321214566215
Binary11000010000101111010000111010100011001011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30102F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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