#301831

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

Shades of Mardi Gras #301831

Tints of Mardi Gras #301831

Color information

#301831 (or 0x301831) is unknown color: approx Mardi Gras. HEX triplet: 30, 18 and 31. RGB value is (48,24,49). Sum of RGB (Red+Green+Blue) = 48+24+49=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 49 - color contains mainly: blue. Hex color #301831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301831 is #CFE7CE. Grayscale: #212121. Windows color (decimal): -13625295 or 3217456. OLE color: 3217456.

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

Color convert

RGB482449-
CMYK0.020.5100.81
HSL297.6º34.25%14.31%-
HSV(B)297.6º51.02%19.22%-
XYZ2.11.53.09-
YUV34.03136.45137.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 24 (9.77% from 255) = 19.83%
BLUE value IS 49 (19.53% from 255) = 40.50%
R=39.67%
G=19.83%
B=40.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4824490.020.5100.81297.634.2514.31
Hex30183123305112a22e
Octal60306126301214524216
Binary1100001100011000110110011010100011001010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301831; }

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

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

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

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

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

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

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

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