#30212F

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

Shades of Mardi Gras #30212F

Tints of Mardi Gras #30212F

Color information

#30212F (or 0x30212F) is unknown color: approx Mardi Gras. HEX triplet: 30, 21 and 2F. RGB value is (48,33,47). Sum of RGB (Red+Green+Blue) = 48+33+47=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 48 - color contains mainly: red. Hex color #30212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30212F is #CFDED0. Grayscale: #272727. Windows color (decimal): -13622993 or 3088688. OLE color: 3088688.

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

Color convert

RGB483347-
CMYK00.310.020.81
HSL304º18.52%15.88%-
HSV(B)304º31.25%18.82%-
XYZ2.281.922.94-
YUV39.08132.47134.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.5%
GREEN value IS 33 (13.28% from 255) = 25.78%
BLUE value IS 47 (18.75% from 255) = 36.72%
R=37.5%
G=25.78%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48334700.310.020.8130418.5215.88
Hex30212F01F2511301310
Octal60415703721214602320
Binary1100001000011011110111111010100011001100001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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