Html Css Color HEX #301A33 Mardi Gras

📋 copy color: '#301A33'

red 48 ◦ green 26 ◦ blue 51

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

Shades of Mardi Gras #301A33

Tints of Mardi Gras #301A33

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.8%

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

R = 38.4%
G = 20.8%
B = 40.8%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#301A33 (or 0x301A33) is known color: Mardi Gras. HEX triplet: 30, 1A and 33. RGB value is (48,26,51). Sum of RGB (Red+Green+Blue) = 48+26+51=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 51 - color contains mainly: blue. Hex color #301A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A33 is #CFE5CC. Grayscale: #232323. Windows color (decimal): -13624781 or 3349040. OLE color: 3349040.

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

Color convert

RGB 48 26 51 -
CMYK 0.06 0.49 0 0.8
HSL 292.8º 0.32% 0.15% -
HSV(B) 292.8º 0.49% 0.2% -
XYZ 2.19 1.61 3.33 -
YUV 35.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 48 26 51 0.06 0.49 0 0.8 292.8 0.32 0.15
Hex 30 1A 33 6 31 0 50 125 20 F
Octal 60 32 63 6 61 0 120 445 40 17
Binary 110000 11010 110011 110 110001 0 1010000 100100101 100000 1111

Color Harmonies of #301A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A33

Black with #301A33

Text Example


Text Example

White with #301A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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