Html Css Color HEX #300C32 Mardi Gras

📋 copy color: '#300C32'

red 48 ◦ green 12 ◦ blue 50

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

Shades of Mardi Gras #300C32

Tints of Mardi Gras #300C32

RGB

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

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

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

R = 43.64%
G = 10.91%
B = 45.45%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#300C32 (or 0x300C32) is known color: Mardi Gras. HEX triplet: 30, 0C and 32. RGB value is (48,12,50). Sum of RGB (Red+Green+Blue) = 48+12+50=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 50 - color contains mainly: blue. Hex color #300C32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C32 is #CFF3CD. Grayscale: #1A1A1A. Windows color (decimal): -13628366 or 3279920. OLE color: 3279920.

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

Color convert

RGB 48 12 50 -
CMYK 0.04 0.76 0 0.80
HSL 296.84º 0.61% 0.12% -
HSV(B) 296.84º 0.76% 0.2% -
XYZ 1.93 1.12 3.13 -
YUV 27.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 48 12 50 0.04 0.76 0 0.80 296.84 0.61 0.12
Hex 30 C 32 4 4C 0 50 129 3D C
Octal 60 14 62 4 114 0 120 451 75 14
Binary 110000 1100 110010 100 1001100 0 1010000 100101001 111101 1100

Color Harmonies of #300C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C32

Black with #300C32

Text Example


Text Example

White with #300C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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