Html Css Color HEX #300933 Mardi Gras

📋 copy color: '#300933'

red 48 ◦ green 9 ◦ blue 51

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

Shades of Mardi Gras #300933

Tints of Mardi Gras #300933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 47.22%

R = 44.44%
G = 8.33%
B = 47.22%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#300933 (or 0x300933) is known color: Mardi Gras. HEX triplet: 30, 09 and 33. RGB value is (48,9,51). Sum of RGB (Red+Green+Blue) = 48+9+51=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 51 (20.31% from 255 or 47.22% from 108); Max value from RGB is 51 - color contains mainly: blue. Hex color #300933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300933 is #CFF6CC. Grayscale: #191919. Windows color (decimal): -13629133 or 3344688. OLE color: 3344688.

HSL color Cylindrical-coordinate representation of color #300933: hue angle of 295.71º degrees, saturation: 0.7, 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 #300933 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 48 9 51 -
CMYK 0.06 0.82 0 0.8
HSL 295.71º 0.7% 0.12% -
HSV(B) 295.71º 0.82% 0.2% -
XYZ 1.91 1.06 3.24 -
YUV 25.45 142.42 144.08 -
System Red Green Blue C M Y K H S L
Decimal 48 9 51 0.06 0.82 0 0.8 295.71 0.7 0.12
Hex 30 9 33 6 52 0 50 128 46 C
Octal 60 11 63 6 122 0 120 450 106 14
Binary 110000 1001 110011 110 1010010 0 1010000 100101000 1000110 1100

Color Harmonies of #300933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300933

Black with #300933

Text Example


Text Example

White with #300933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300933; }

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

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

background-color css

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

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

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

border-color css

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

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

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