Html Css Color HEX #301C32 Mardi Gras

📋 copy color: '#301C32'

red 48 ◦ green 28 ◦ blue 50

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

Shades of Mardi Gras #301C32

Tints of Mardi Gras #301C32

RGB

 RED value IS 48 (19.14% from 255) = 38.1%

 GREEN value IS 28 (11.33% from 255) = 22.22%

 BLUE value IS 50 (19.92% from 255) = 39.68%

R = 38.1%
G = 22.22%
B = 39.68%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#301C32 (or 0x301C32) is known color: Mardi Gras. HEX triplet: 30, 1C and 32. RGB value is (48,28,50). Sum of RGB (Red+Green+Blue) = 48+28+50=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 50 - color contains mainly: blue. Hex color #301C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C32 is #CFE3CD. Grayscale: #242424. Windows color (decimal): -13624270 or 3284016. OLE color: 3284016.

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

Color convert

RGB 48 28 50 -
CMYK 0.04 0.44 0 0.80
HSL 294.55º 0.28% 0.15% -
HSV(B) 294.55º 0.44% 0.2% -
XYZ 2.21 1.69 3.23 -
YUV 36.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 48 28 50 0.04 0.44 0 0.80 294.55 0.28 0.15
Hex 30 1C 32 4 2C 0 50 127 1C F
Octal 60 34 62 4 54 0 120 447 34 17
Binary 110000 11100 110010 100 101100 0 1010000 100100111 11100 1111

Color Harmonies of #301C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C32

Black with #301C32

Text Example


Text Example

White with #301C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301C32; }

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

 H1.HeaderClassName
 {
   color: #301C32;
 }
 .AnyTagClassName
 {
   color: #301C32;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #301C32;
 }
 .BgClassName
 {
   background-color: #301C32;
 }
</style>

border-color css

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

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

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