Html Css Color HEX #300C34 Mardi Gras

📋 copy color: '#300C34'

red 48 ◦ green 12 ◦ blue 52

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

Shades of Mardi Gras #300C34

Tints of Mardi Gras #300C34

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.71%

 BLUE value IS 52 (20.7% from 255) = 46.43%

R = 42.86%
G = 10.71%
B = 46.43%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#300C34 (or 0x300C34) is known color: Mardi Gras. HEX triplet: 30, 0C and 34. RGB value is (48,12,52). Sum of RGB (Red+Green+Blue) = 48+12+52=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 52 - color contains mainly: blue. Hex color #300C34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C34 is #CFF3CB. Grayscale: #1B1B1B. Windows color (decimal): -13628364 or 3410992. OLE color: 3410992.

HSL color Cylindrical-coordinate representation of color #300C34: hue angle of 294º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #300C34 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 12 52 -
CMYK 0.08 0.77 0 0.80
HSL 294º 0.63% 0.13% -
HSV(B) 294º 0.77% 0.2% -
XYZ 1.97 1.14 3.36 -
YUV 27.32 141.93 142.75 -
System Red Green Blue C M Y K H S L
Decimal 48 12 52 0.08 0.77 0 0.80 294 0.63 0.13
Hex 30 C 34 8 4D 0 50 126 3E D
Octal 60 14 64 10 115 0 120 446 76 15
Binary 110000 1100 110100 1000 1001101 0 1010000 100100110 111110 1101

Color Harmonies of #300C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C34

Black with #300C34

Text Example


Text Example

White with #300C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300C34; }

 p { color: rgb(48,12,52); }

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

background-color css

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

 a { background-color: rgb(48,12,52); }

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

border-color css

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

 span { border-color: rgb(48,12,52); }

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