Html Css Color HEX #300C33 Mardi Gras

📋 copy color: '#300C33'

red 48 ◦ green 12 ◦ blue 51

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

Shades of Mardi Gras #300C33

Tints of Mardi Gras #300C33

RGB

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

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

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

R = 43.24%
G = 10.81%
B = 45.95%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#300C33 (or 0x300C33) is known color: Mardi Gras. HEX triplet: 30, 0C and 33. RGB value is (48,12,51). Sum of RGB (Red+Green+Blue) = 48+12+51=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 51 (20.31% from 255 or 45.95% from 111); Max value from RGB is 51 - color contains mainly: blue. Hex color #300C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C33 is #CFF3CC. Grayscale: #1B1B1B. Windows color (decimal): -13628365 or 3345456. OLE color: 3345456.

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

Color convert

RGB 48 12 51 -
CMYK 0.06 0.76 0 0.8
HSL 295.38º 0.62% 0.12% -
HSV(B) 295.38º 0.76% 0.2% -
XYZ 1.95 1.13 3.25 -
YUV 27.21 141.43 142.83 -
System Red Green Blue C M Y K H S L
Decimal 48 12 51 0.06 0.76 0 0.8 295.38 0.62 0.12
Hex 30 C 33 6 4C 0 50 127 3E C
Octal 60 14 63 6 114 0 120 447 76 14
Binary 110000 1100 110011 110 1001100 0 1010000 100100111 111110 1100

Color Harmonies of #300C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C33

Black with #300C33

Text Example


Text Example

White with #300C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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