#30062E

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

Shades of Mardi Gras #30062E

Tints of Mardi Gras #30062E

Color information

#30062E (or 0x30062E) is unknown color: approx Mardi Gras. HEX triplet: 30, 06 and 2E. RGB value is (48,6,46). Sum of RGB (Red+Green+Blue) = 48+6+46=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #30062E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30062E is #CFF9D1. Grayscale: #161616. Windows color (decimal): -13629906 or 3016240. OLE color: 3016240.

HSL color Cylindrical-coordinate representation of color #30062E: hue angle of 302.86º 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 #30062E is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB48646-
CMYK00.870.040.81
HSL302.86º77.78%10.59%-
HSV(B)302.86º87.5%18.82%-
XYZ1.780.962.68-
YUV23.12140.91145.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48%
GREEN value IS 6 (2.73% from 255) = 6%
BLUE value IS 46 (18.36% from 255) = 46%
R=48%
G=6%
B=46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4864600.870.040.81302.8677.7810.59
Hex3062E05745112f4eb
Octal606560127412145711613
Binary11000011010111001010111100101000110010111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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