Html Css Color HEX #301C30 Mardi Gras

📋 copy color: '#301C30'

red 48 ◦ green 28 ◦ blue 48

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

Shades of Mardi Gras #301C30

Tints of Mardi Gras #301C30

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.58%

 BLUE value IS 48 (19.14% from 255) = 38.71%

R = 38.71%
G = 22.58%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#301C30 (or 0x301C30) is known color: Mardi Gras. HEX triplet: 30, 1C and 30. RGB value is (48,28,48). Sum of RGB (Red+Green+Blue) = 48+28+48=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #301C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C30 is #CFE3CF. Grayscale: #242424. Windows color (decimal): -13624272 or 3152944. OLE color: 3152944.

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

Color convert

RGB 48 28 48 -
CMYK 0 0.42 0 0.81
HSL 300º 0.26% 0.15% -
HSV(B) 300º 0.42% 0.19% -
XYZ 2.17 1.67 3 -
YUV 36.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 48 28 48 0 0.42 0 0.81 300 0.26 0.15
Hex 30 1C 30 0 2A 0 51 12C 1A F
Octal 60 34 60 0 52 0 121 454 32 17
Binary 110000 11100 110000 0 101010 0 1010001 100101100 11010 1111

Color Harmonies of #301C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C30

Black with #301C30

Text Example


Text Example

White with #301C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301C30; }

 p { color: rgb(48,28,48); }

 H1.HeaderClassName
 {
   color: #301C30;
 }
 .AnyTagClassName
 {
   color: #301C30;
 }
</style>

background-color css

<style>
 a { background-color: #301C30; }

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

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

border-color css

<style>
 span { border-color: #301C30; }

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

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