#302331

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

Shades of Mardi Gras #302331

Tints of Mardi Gras #302331

Color information

#302331 (or 0x302331) is unknown color: approx Mardi Gras. HEX triplet: 30, 23 and 31. RGB value is (48,35,49). Sum of RGB (Red+Green+Blue) = 48+35+49=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 49 - color contains mainly: blue. Hex color #302331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302331 is #CFDCCE. Grayscale: #282828. Windows color (decimal): -13622479 or 3220272. OLE color: 3220272.

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

Color convert

RGB483549-
CMYK0.020.2900.81
HSL295.71º16.67%16.47%-
HSV(B)295.71º28.57%19.22%-
XYZ2.372.053.18-
YUV40.48132.81133.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 35 (14.06% from 255) = 26.52%
BLUE value IS 49 (19.53% from 255) = 37.12%
R=36.36%
G=26.52%
B=37.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4835490.020.2900.81295.7116.6716.47
Hex30233121D0511281110
Octal60436123501214502120
Binary1100001000111100011011101010100011001010001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302331; }

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

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

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

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

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

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

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

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