#30002C

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

Shades of Mardi Gras #30002C

Tints of Mardi Gras #30002C

Color information

#30002C (or 0x30002C) is unknown color: approx Mardi Gras. HEX triplet: 30, 00 and 2C. RGB value is (48,0,44). Sum of RGB (Red+Green+Blue) = 48+0+44=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #30002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30002C is #CFFFD3. Grayscale: #131313. Windows color (decimal): -13631444 or 2883632. OLE color: 2883632.

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

Color convert

RGB48044-
CMYK010.080.81
HSL305º100%9.41%-
HSV(B)305º100%18.82%-
XYZ1.670.812.45-
YUV19.37141.9148.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 47.83%
R=52.17%
G=0%
B=47.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48044010.080.813051009.41
Hex3002C064851131649
Octal6005401441012146114411
Binary1100000101100011001001000101000110011000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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