#30232F

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

Shades of Mardi Gras #30232F

Tints of Mardi Gras #30232F

Color information

#30232F (or 0x30232F) is unknown color: approx Mardi Gras. HEX triplet: 30, 23 and 2F. RGB value is (48,35,47). Sum of RGB (Red+Green+Blue) = 48+35+47=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 48 - color contains mainly: red. Hex color #30232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30232F is #CFDCD0. Grayscale: #282828. Windows color (decimal): -13622481 or 3089200. OLE color: 3089200.

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

Color convert

RGB483547-
CMYK00.270.020.81
HSL304.62º15.66%16.27%-
HSV(B)304.62º27.08%18.82%-
XYZ2.332.042.96-
YUV40.25131.81133.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.92%
GREEN value IS 35 (14.06% from 255) = 26.92%
BLUE value IS 47 (18.75% from 255) = 36.15%
R=36.92%
G=26.92%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48354700.270.020.81304.6215.6616.27
Hex30232F01B2511311010
Octal60435703321214612020
Binary1100001000111011110110111010100011001100011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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