#302432

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

Shades of Mardi Gras #302432

Tints of Mardi Gras #302432

Color information

#302432 (or 0x302432) is unknown color: approx Mardi Gras. HEX triplet: 30, 24 and 32. RGB value is (48,36,50). Sum of RGB (Red+Green+Blue) = 48+36+50=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 50 - color contains mainly: blue. Hex color #302432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302432 is #CFDBCD. Grayscale: #292929. Windows color (decimal): -13622222 or 3286064. OLE color: 3286064.

HSL color Cylindrical-coordinate representation of color #302432: hue angle of 291.43º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #302432 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB483650-
CMYK0.040.2800.80
HSL291.43º16.28%16.86%-
HSV(B)291.43º28%19.61%-
XYZ2.432.123.3-
YUV41.18132.98132.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 36 (14.45% from 255) = 26.87%
BLUE value IS 50 (19.92% from 255) = 37.31%
R=35.82%
G=26.87%
B=37.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4836500.040.2800.80291.4316.2816.86
Hex30243241C0501231011
Octal60446243401204432021
Binary11000010010011001010011100010100001001000111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302432; }

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

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

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

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

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

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

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

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