#30082B

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

Shades of Mardi Gras #30082B

Tints of Mardi Gras #30082B

Color information

#30082B (or 0x30082B) is unknown color: approx Mardi Gras. HEX triplet: 30, 08 and 2B. RGB value is (48,8,43). Sum of RGB (Red+Green+Blue) = 48+8+43=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30082B is #CFF7D4. Grayscale: #171717. Windows color (decimal): -13629397 or 2820144. OLE color: 2820144.

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

Color convert

RGB48843-
CMYK00.830.100.81
HSL307.5º71.43%10.98%-
HSV(B)307.5º83.33%18.82%-
XYZ1.740.982.38-
YUV23.95138.75145.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 8 (3.52% from 255) = 8.08%
BLUE value IS 43 (17.19% from 255) = 43.43%
R=48.48%
G=8.08%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4884300.830.100.81307.571.4310.98
Hex3082B053A5113447b
Octal60105301231212146410713
Binary1100001000101011010100111010101000110011010010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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