Html Css Color HEX #301933 Mardi Gras

📋 copy color: '#301933'

red 48 ◦ green 25 ◦ blue 51

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

Shades of Mardi Gras #301933

Tints of Mardi Gras #301933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.16%

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

R = 38.71%
G = 20.16%
B = 41.13%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#301933 (or 0x301933) is known color: Mardi Gras. HEX triplet: 30, 19 and 33. RGB value is (48,25,51). Sum of RGB (Red+Green+Blue) = 48+25+51=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 51 - color contains mainly: blue. Hex color #301933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301933 is #CFE6CC. Grayscale: #222222. Windows color (decimal): -13625037 or 3348784. OLE color: 3348784.

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

Color convert

RGB 48 25 51 -
CMYK 0.06 0.51 0 0.8
HSL 293.08º 0.34% 0.15% -
HSV(B) 293.08º 0.51% 0.2% -
XYZ 2.16 1.56 3.32 -
YUV 34.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 48 25 51 0.06 0.51 0 0.8 293.08 0.34 0.15
Hex 30 19 33 6 33 0 50 125 22 F
Octal 60 31 63 6 63 0 120 445 42 17
Binary 110000 11001 110011 110 110011 0 1010000 100100101 100010 1111

Color Harmonies of #301933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301933

Black with #301933

Text Example


Text Example

White with #301933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301933; }

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

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

background-color css

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

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

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

border-color css

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

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

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