Html Css Color HEX #301934 Mardi Gras

📋 copy color: '#301934'

red 48 ◦ green 25 ◦ blue 52

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

Shades of Mardi Gras #301934

Tints of Mardi Gras #301934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 41.6%

R = 38.4%
G = 20%
B = 41.6%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#301934 (or 0x301934) is known color: Mardi Gras. HEX triplet: 30, 19 and 34. RGB value is (48,25,52). Sum of RGB (Red+Green+Blue) = 48+25+52=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 52 - color contains mainly: blue. Hex color #301934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301934 is #CFE6CB. Grayscale: #222222. Windows color (decimal): -13625036 or 3414320. OLE color: 3414320.

HSL color Cylindrical-coordinate representation of color #301934: hue angle of 291.11º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #301934 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 25 52 -
CMYK 0.08 0.52 0 0.80
HSL 291.11º 0.35% 0.15% -
HSV(B) 291.11º 0.52% 0.2% -
XYZ 2.19 1.57 3.44 -
YUV 34.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 48 25 52 0.08 0.52 0 0.80 291.11 0.35 0.15
Hex 30 19 34 8 34 0 50 123 23 F
Octal 60 31 64 10 64 0 120 443 43 17
Binary 110000 11001 110100 1000 110100 0 1010000 100100011 100011 1111

Color Harmonies of #301934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301934

Black with #301934

Text Example


Text Example

White with #301934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301934; }

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

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

background-color css

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

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

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

border-color css

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

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

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