Html Css Color HEX #301932 Mardi Gras

📋 copy color: '#301932'

red 48 ◦ green 25 ◦ blue 50

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

Shades of Mardi Gras #301932

Tints of Mardi Gras #301932

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.33%

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

R = 39.02%
G = 20.33%
B = 40.65%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#301932 (or 0x301932) is known color: Mardi Gras. HEX triplet: 30, 19 and 32. RGB value is (48,25,50). Sum of RGB (Red+Green+Blue) = 48+25+50=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 50 - color contains mainly: blue. Hex color #301932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301932 is #CFE6CD. Grayscale: #222222. Windows color (decimal): -13625038 or 3283248. OLE color: 3283248.

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

Color convert

RGB 48 25 50 -
CMYK 0.04 0.50 0 0.80
HSL 295.2º 0.33% 0.15% -
HSV(B) 295.2º 0.5% 0.2% -
XYZ 2.14 1.55 3.2 -
YUV 34.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 48 25 50 0.04 0.50 0 0.80 295.2 0.33 0.15
Hex 30 19 32 4 32 0 50 127 21 F
Octal 60 31 62 4 62 0 120 447 41 17
Binary 110000 11001 110010 100 110010 0 1010000 100100111 100001 1111

Color Harmonies of #301932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301932

Black with #301932

Text Example


Text Example

White with #301932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301932; }

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

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

background-color css

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

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

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

border-color css

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

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

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