#30202F

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

Shades of Mardi Gras #30202F

Tints of Mardi Gras #30202F

Color information

#30202F (or 0x30202F) is unknown color: approx Mardi Gras. HEX triplet: 30, 20 and 2F. RGB value is (48,32,47). Sum of RGB (Red+Green+Blue) = 48+32+47=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 48 - color contains mainly: red. Hex color #30202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30202F is #CFDFD0. Grayscale: #262626. Windows color (decimal): -13623249 or 3088432. OLE color: 3088432.

HSL color Cylindrical-coordinate representation of color #30202F: hue angle of 303.75º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #30202F is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB483247-
CMYK00.330.020.81
HSL303.75º20%15.69%-
HSV(B)303.75º33.33%18.82%-
XYZ2.251.872.93-
YUV38.49132.8134.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 32 (12.89% from 255) = 25.20%
BLUE value IS 47 (18.75% from 255) = 37.01%
R=37.80%
G=25.20%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48324700.330.020.81303.752015.69
Hex30202F0212511301410
Octal60405704121214602420
Binary11000010000010111101000011010100011001100001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30202F; }

 p { color: rgb(48,32,47); }

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

<style>
 a { background-color: #30202F; }

 a { background-color: rgb(48,32,47); }

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

<style>
 span { border-color: #30202F; }

 span { border-color: rgb(48,32,47); }

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