#301231

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

Shades of Mardi Gras #301231

Tints of Mardi Gras #301231

Color information

#301231 (or 0x301231) is unknown color: approx Mardi Gras. HEX triplet: 30, 12 and 31. RGB value is (48,18,49). Sum of RGB (Red+Green+Blue) = 48+18+49=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 49 - color contains mainly: blue. Hex color #301231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301231 is #CFEDCE. Grayscale: #1E1E1E. Windows color (decimal): -13626831 or 3215920. OLE color: 3215920.

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

Color convert

RGB481849-
CMYK0.020.6300.81
HSL298.06º46.27%13.14%-
HSV(B)298.06º63.27%19.22%-
XYZ1.991.283.05-
YUV30.5138.44140.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 49 (19.53% from 255) = 42.61%
R=41.74%
G=15.65%
B=42.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4818490.020.6300.81298.0646.2713.14
Hex30123123F05112a2ed
Octal60226127701214525615
Binary1100001001011000110111111010100011001010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301231; }

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

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

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

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

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

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

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

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