Html Css Color HEX #300734 Mardi Gras

📋 copy color: '#300734'

red 48 ◦ green 7 ◦ blue 52

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

Shades of Mardi Gras #300734

Tints of Mardi Gras #300734

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.54%

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

R = 44.86%
G = 6.54%
B = 48.6%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#300734 (or 0x300734) is known color: Mardi Gras. HEX triplet: 30, 07 and 34. RGB value is (48,7,52). Sum of RGB (Red+Green+Blue) = 48+7+52=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #300734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300734 is #CFF8CB. Grayscale: #181818. Windows color (decimal): -13629644 or 3409712. OLE color: 3409712.

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

Color convert

RGB 48 7 52 -
CMYK 0.08 0.87 0 0.80
HSL 294.67º 0.76% 0.12% -
HSV(B) 294.67º 0.87% 0.2% -
XYZ 1.91 1.03 3.35 -
YUV 24.39 143.58 144.84 -
System Red Green Blue C M Y K H S L
Decimal 48 7 52 0.08 0.87 0 0.80 294.67 0.76 0.12
Hex 30 7 34 8 57 0 50 127 4C C
Octal 60 7 64 10 127 0 120 447 114 14
Binary 110000 111 110100 1000 1010111 0 1010000 100100111 1001100 1100

Color Harmonies of #300734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300734

Black with #300734

Text Example


Text Example

White with #300734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300734; }

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

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

background-color css

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

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

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

border-color css

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

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

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