#30032C

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

Shades of Mardi Gras #30032C

Tints of Mardi Gras #30032C

Color information

#30032C (or 0x30032C) is unknown color: approx Mardi Gras. HEX triplet: 30, 03 and 2C. RGB value is (48,3,44). Sum of RGB (Red+Green+Blue) = 48+3+44=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30032C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30032C is #CFFCD3. Grayscale: #151515. Windows color (decimal): -13630676 or 2884400. OLE color: 2884400.

HSL color Cylindrical-coordinate representation of color #30032C: hue angle of 305.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30032C is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB48344-
CMYK00.940.080.81
HSL305.33º88.24%10%-
HSV(B)305.33º93.75%18.82%-
XYZ1.710.882.46-
YUV21.13140.91147.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 3 (1.56% from 255) = 3.16%
BLUE value IS 44 (17.58% from 255) = 46.32%
R=50.53%
G=3.16%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4834400.940.080.81305.3388.2410
Hex3032C05E85113158a
Octal6035401361012146113012
Binary11000011101100010111101000101000110011000110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30032C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30032C; }

 p { color: rgb(48,3,44); }

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

<style>
 a { background-color: #30032C; }

 a { background-color: rgb(48,3,44); }

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

<style>
 span { border-color: #30032C; }

 span { border-color: rgb(48,3,44); }

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