#30102D

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

Shades of Mardi Gras #30102D

Tints of Mardi Gras #30102D

Color information

#30102D (or 0x30102D) is unknown color: approx Mardi Gras. HEX triplet: 30, 10 and 2D. RGB value is (48,16,45). Sum of RGB (Red+Green+Blue) = 48+16+45=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #30102D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30102D is #CFEFD2. Grayscale: #1C1C1C. Windows color (decimal): -13627347 or 2953264. OLE color: 2953264.

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

Color convert

RGB481645-
CMYK00.670.060.81
HSL305.62º50%12.55%-
HSV(B)305.62º66.67%18.82%-
XYZ1.881.192.61-
YUV28.87137.1141.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 16 (6.64% from 255) = 14.68%
BLUE value IS 45 (17.97% from 255) = 41.28%
R=44.04%
G=14.68%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48164500.670.060.81305.625012.55
Hex30102D04365113232d
Octal602055010361214626215
Binary110000100001011010100001111010100011001100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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