#30082C

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

Shades of Mardi Gras #30082C

Tints of Mardi Gras #30082C

Color information

#30082C (or 0x30082C) is unknown color: approx Mardi Gras. HEX triplet: 30, 08 and 2C. RGB value is (48,8,44). Sum of RGB (Red+Green+Blue) = 48+8+44=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #30082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30082C is #CFF7D3. Grayscale: #171717. Windows color (decimal): -13629396 or 2885680. OLE color: 2885680.

HSL color Cylindrical-coordinate representation of color #30082C: hue angle of 306º 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 #30082C is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB48844-
CMYK00.830.080.81
HSL306º71.43%10.98%-
HSV(B)306º83.33%18.82%-
XYZ1.760.982.48-
YUV24.06139.25145.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48%
GREEN value IS 8 (3.52% from 255) = 8%
BLUE value IS 44 (17.58% from 255) = 44%
R=48%
G=8%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4884400.830.080.8130671.4310.98
Hex3082C05385113247b
Octal60105401231012146210713
Binary1100001000101100010100111000101000110011001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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