Html Css Color HEX #300334 Mardi Gras

📋 copy color: '#300334'

red 48 ◦ green 3 ◦ blue 52

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

Shades of Mardi Gras #300334

Tints of Mardi Gras #300334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.91%

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

R = 46.6%
G = 2.91%
B = 50.49%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#300334 (or 0x300334) is known color: Mardi Gras. HEX triplet: 30, 03 and 34. RGB value is (48,3,52). Sum of RGB (Red+Green+Blue) = 48+3+52=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #300334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300334 is #CFFCCB. Grayscale: #151515. Windows color (decimal): -13630668 or 3408688. OLE color: 3408688.

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

Color convert

RGB 48 3 52 -
CMYK 0.08 0.94 0 0.80
HSL 295.1º 0.89% 0.11% -
HSV(B) 295.1º 0.94% 0.2% -
XYZ 1.87 0.94 3.33 -
YUV 22.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 48 3 52 0.08 0.94 0 0.80 295.1 0.89 0.11
Hex 30 3 34 8 5E 0 50 127 59 B
Octal 60 3 64 10 136 0 120 447 131 13
Binary 110000 11 110100 1000 1011110 0 1010000 100100111 1011001 1011

Color Harmonies of #300334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300334

Black with #300334

Text Example


Text Example

White with #300334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300334; }

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

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

background-color css

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

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

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

border-color css

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

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

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