Html Css Color HEX #301C33 Mardi Gras

📋 copy color: '#301C33'

red 48 ◦ green 28 ◦ blue 51

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

Shades of Mardi Gras #301C33

Tints of Mardi Gras #301C33

RGB

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

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

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

R = 37.8%
G = 22.05%
B = 40.16%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#301C33 (or 0x301C33) is known color: Mardi Gras. HEX triplet: 30, 1C and 33. RGB value is (48,28,51). Sum of RGB (Red+Green+Blue) = 48+28+51=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 51 - color contains mainly: blue. Hex color #301C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C33 is #CFE3CC. Grayscale: #242424. Windows color (decimal): -13624269 or 3349552. OLE color: 3349552.

HSL color Cylindrical-coordinate representation of color #301C33: hue angle of 292.17º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #301C33 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 48 28 51 -
CMYK 0.06 0.45 0 0.8
HSL 292.17º 0.29% 0.15% -
HSV(B) 292.17º 0.45% 0.2% -
XYZ 2.23 1.7 3.34 -
YUV 36.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 48 28 51 0.06 0.45 0 0.8 292.17 0.29 0.15
Hex 30 1C 33 6 2D 0 50 124 1D F
Octal 60 34 63 6 55 0 120 444 35 17
Binary 110000 11100 110011 110 101101 0 1010000 100100100 11101 1111

Color Harmonies of #301C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C33

Black with #301C33

Text Example


Text Example

White with #301C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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