Html Css Color HEX #301734 Mardi Gras

📋 copy color: '#301734'

red 48 ◦ green 23 ◦ blue 52

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

Shades of Mardi Gras #301734

Tints of Mardi Gras #301734

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.7%

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

R = 39.02%
G = 18.7%
B = 42.28%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#301734 (or 0x301734) is known color: Mardi Gras. HEX triplet: 30, 17 and 34. RGB value is (48,23,52). Sum of RGB (Red+Green+Blue) = 48+23+52=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 52 - color contains mainly: blue. Hex color #301734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301734 is #CFE8CB. Grayscale: #212121. Windows color (decimal): -13625548 or 3413808. OLE color: 3413808.

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

Color convert

RGB 48 23 52 -
CMYK 0.08 0.56 0 0.80
HSL 291.72º 0.39% 0.15% -
HSV(B) 291.72º 0.56% 0.2% -
XYZ 2.15 1.49 3.42 -
YUV 33.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 48 23 52 0.08 0.56 0 0.80 291.72 0.39 0.15
Hex 30 17 34 8 38 0 50 124 27 F
Octal 60 27 64 10 70 0 120 444 47 17
Binary 110000 10111 110100 1000 111000 0 1010000 100100100 100111 1111

Color Harmonies of #301734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301734

Black with #301734

Text Example


Text Example

White with #301734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301734; }

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

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

background-color css

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

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

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

border-color css

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

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

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