Html Css Color HEX #300C29 Mardi Gras

📋 copy color: '#300C29'

red 48 ◦ green 12 ◦ blue 41

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

Shades of Mardi Gras #300C29

Tints of Mardi Gras #300C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 40.59%

R = 47.52%
G = 11.88%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#300C29 (or 0x300C29) is known color: Mardi Gras. HEX triplet: 30, 0C and 29. RGB value is (48,12,41). Sum of RGB (Red+Green+Blue) = 48+12+41=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 41 (16.41% from 255 or 40.59% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #300C29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C29 is #CFF3D6. Grayscale: #191919. Windows color (decimal): -13628375 or 2690096. OLE color: 2690096.

HSL color Cylindrical-coordinate representation of color #300C29: hue angle of 311.67º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #300C29 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 12 41 -
CMYK 0 0.75 0.15 0.81
HSL 311.67º 0.6% 0.12% -
HSV(B) 311.67º 0.75% 0.19% -
XYZ 1.75 1.05 2.21 -
YUV 26.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 48 12 41 0 0.75 0.15 0.81 311.67 0.6 0.12
Hex 30 C 29 0 4B F 51 138 3C C
Octal 60 14 51 0 113 17 121 470 74 14
Binary 110000 1100 101001 0 1001011 1111 1010001 100111000 111100 1100

Color Harmonies of #300C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C29

Black with #300C29

Text Example


Text Example

White with #300C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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