#301230

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

Shades of Mardi Gras #301230

Tints of Mardi Gras #301230

Color information

#301230 (or 0x301230) is unknown color: approx Mardi Gras. HEX triplet: 30, 12 and 30. RGB value is (48,18,48). Sum of RGB (Red+Green+Blue) = 48+18+48=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #301230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301230 is #CFEDCF. Grayscale: #1E1E1E. Windows color (decimal): -13626832 or 3150384. OLE color: 3150384.

HSL color Cylindrical-coordinate representation of color #301230: hue angle of 300º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301230 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB481848-
CMYK00.6300.81
HSL300º45.45%12.94%-
HSV(B)300º62.5%18.82%-
XYZ1.971.272.94-
YUV30.39137.94140.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 48 (19.14% from 255) = 42.11%
R=42.11%
G=15.79%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48184800.6300.8130045.4512.94
Hex30123003F05112c2dd
Octal60226007701214545515
Binary110000100101100000111111010100011001011001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301230; }

 p { color: rgb(48,18,48); }

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

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

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

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

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

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

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