Html Css Color HEX #300932 Mardi Gras

📋 copy color: '#300932'

red 48 ◦ green 9 ◦ blue 50

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

Shades of Mardi Gras #300932

Tints of Mardi Gras #300932

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.41%

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

R = 44.86%
G = 8.41%
B = 46.73%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#300932 (or 0x300932) is known color: Mardi Gras. HEX triplet: 30, 09 and 32. RGB value is (48,9,50). Sum of RGB (Red+Green+Blue) = 48+9+50=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 50 - color contains mainly: blue. Hex color #300932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300932 is #CFF6CD. Grayscale: #191919. Windows color (decimal): -13629134 or 3279152. OLE color: 3279152.

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

Color convert

RGB 48 9 50 -
CMYK 0.04 0.82 0 0.80
HSL 297.07º 0.69% 0.12% -
HSV(B) 297.07º 0.82% 0.2% -
XYZ 1.89 1.05 3.12 -
YUV 25.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 48 9 50 0.04 0.82 0 0.80 297.07 0.69 0.12
Hex 30 9 32 4 52 0 50 129 45 C
Octal 60 11 62 4 122 0 120 451 105 14
Binary 110000 1001 110010 100 1010010 0 1010000 100101001 1000101 1100

Color Harmonies of #300932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300932

Black with #300932

Text Example


Text Example

White with #300932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300932; }

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

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

background-color css

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

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

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

border-color css

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

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

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