Html Css Color HEX #302431 Mardi Gras

📋 copy color: '#302431'

red 48 ◦ green 36 ◦ blue 49

#302431
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #302431

Tints of Mardi Gras #302431

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 value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#302431 (or 0x302431) is known color: 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

RGB 48 36 49 -
CMYK 0.02 0.27 0 0.81
HSL 295.38º 0.15% 0.17% -
HSV(B) 295.38º 0.27% 0.19% -
XYZ 2.4 2.11 3.19 -
YUV 41.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 48 36 49 0.02 0.27 0 0.81 295.38 0.15 0.17
Hex 30 24 31 2 1B 0 51 127 F 11
Octal 60 44 61 2 33 0 121 447 17 21
Binary 110000 100100 110001 10 11011 0 1010001 100100111 1111 10001

Color Harmonies of #302431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302431

Black with #302431

Text Example


Text Example

White with #302431

Text Example


Text Example

HTML Codes & Css Web 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>