#30222F

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

Shades of Mardi Gras #30222F

Tints of Mardi Gras #30222F

Color information

#30222F (or 0x30222F) is unknown color: approx Mardi Gras. HEX triplet: 30, 22 and 2F. RGB value is (48,34,47). Sum of RGB (Red+Green+Blue) = 48+34+47=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 48 - color contains mainly: red. Hex color #30222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30222F is #CFDDD0. Grayscale: #272727. Windows color (decimal): -13622737 or 3088944. OLE color: 3088944.

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

Color convert

RGB483447-
CMYK00.290.020.81
HSL304.29º17.07%16.08%-
HSV(B)304.29º29.17%18.82%-
XYZ2.31.982.95-
YUV39.67132.14133.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.21%
GREEN value IS 34 (13.67% from 255) = 26.36%
BLUE value IS 47 (18.75% from 255) = 36.43%
R=37.21%
G=26.36%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48344700.290.020.81304.2917.0716.08
Hex30222F01D2511301110
Octal60425703521214602120
Binary1100001000101011110111011010100011001100001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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