#30082E

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

Shades of Mardi Gras #30082E

Tints of Mardi Gras #30082E

Color information

#30082E (or 0x30082E) is unknown color: approx Mardi Gras. HEX triplet: 30, 08 and 2E. RGB value is (48,8,46). Sum of RGB (Red+Green+Blue) = 48+8+46=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #30082E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30082E is #CFF7D1. Grayscale: #181818. Windows color (decimal): -13629394 or 3016752. OLE color: 3016752.

HSL color Cylindrical-coordinate representation of color #30082E: hue angle of 303º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30082E is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB48846-
CMYK00.830.040.81
HSL303º71.43%10.98%-
HSV(B)303º83.33%18.82%-
XYZ1.812.68-
YUV24.29140.25144.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 8 (3.52% from 255) = 7.84%
BLUE value IS 46 (18.36% from 255) = 45.10%
R=47.06%
G=7.84%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4884600.830.040.8130371.4310.98
Hex3082E05345112f47b
Octal6010560123412145710713
Binary110000100010111001010011100101000110010111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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