Html Css Color HEX #300C35 Mardi Gras

📋 copy color: '#300C35'

red 48 ◦ green 12 ◦ blue 53

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

Shades of Mardi Gras #300C35

Tints of Mardi Gras #300C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 46.9%

R = 42.48%
G = 10.62%
B = 46.9%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#300C35 (or 0x300C35) is known color: Mardi Gras. HEX triplet: 30, 0C and 35. RGB value is (48,12,53). Sum of RGB (Red+Green+Blue) = 48+12+53=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 53 (21.09% from 255 or 46.90% from 113); Max value from RGB is 53 - color contains mainly: blue. Hex color #300C35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C35 is #CFF3CA. Grayscale: #1B1B1B. Windows color (decimal): -13628363 or 3476528. OLE color: 3476528.

HSL color Cylindrical-coordinate representation of color #300C35: hue angle of 292.68º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #300C35 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 12 53 -
CMYK 0.09 0.77 0 0.79
HSL 292.68º 0.63% 0.13% -
HSV(B) 292.68º 0.77% 0.21% -
XYZ 1.99 1.15 3.48 -
YUV 27.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 48 12 53 0.09 0.77 0 0.79 292.68 0.63 0.13
Hex 30 C 35 9 4D 0 4F 125 3F D
Octal 60 14 65 11 115 0 117 445 77 15
Binary 110000 1100 110101 1001 1001101 0 1001111 100100101 111111 1101

Color Harmonies of #300C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C35

Black with #300C35

Text Example


Text Example

White with #300C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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