#30062C

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

Shades of Mardi Gras #30062C

Tints of Mardi Gras #30062C

Color information

#30062C (or 0x30062C) is unknown color: approx Mardi Gras. HEX triplet: 30, 06 and 2C. RGB value is (48,6,44). Sum of RGB (Red+Green+Blue) = 48+6+44=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30062C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30062C is #CFF9D3. Grayscale: #161616. Windows color (decimal): -13629908 or 2885168. OLE color: 2885168.

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

Color convert

RGB48644-
CMYK00.870.080.81
HSL305.71º77.78%10.59%-
HSV(B)305.71º87.5%18.82%-
XYZ1.740.942.47-
YUV22.89139.91145.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 6 (2.73% from 255) = 6.12%
BLUE value IS 44 (17.58% from 255) = 44.90%
R=48.98%
G=6.12%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4864400.870.080.81305.7177.7810.59
Hex3062C0578511324eb
Octal6065401271012146211613
Binary110000110101100010101111000101000110011001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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