#302431

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

Shades of Mardi Gras #302431

Tints of Mardi Gras #302431

Color information

#302431 (or 0x302431) is unknown color: approx Mardi Gras. HEX triplet: 30, 24 and 31. RGB value is (48,36,49). Sum of RGB (Red+Green+Blue) = 48+36+49=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 49 - color contains mainly: blue. Hex color #302431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302431 is #CFDBCE. Grayscale: #292929. Windows color (decimal): -13622223 or 3220528. OLE color: 3220528.

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

Color convert

RGB483649-
CMYK0.020.2700.81
HSL295.38º15.29%16.67%-
HSV(B)295.38º26.53%19.22%-
XYZ2.42.113.19-
YUV41.07132.48132.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.09%
GREEN value IS 36 (14.45% from 255) = 27.07%
BLUE value IS 49 (19.53% from 255) = 36.84%
R=36.09%
G=27.07%
B=36.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4836490.020.2700.81295.3815.2916.67
Hex30243121B051127f11
Octal60446123301214471721
Binary110000100100110001101101101010001100100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302431; }

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

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

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

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

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

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

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

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