Html Css Color HEX #300034 Mardi Gras

📋 copy color: '#300034'

red 48 ◦ green 0 ◦ blue 52

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

Shades of Mardi Gras #300034

Tints of Mardi Gras #300034

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48%
G = 0%
B = 52%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#300034 (or 0x300034) is known color: Mardi Gras. HEX triplet: 30, 00 and 34. RGB value is (48,0,52). Sum of RGB (Red+Green+Blue) = 48+0+52=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 52 (20.70% from 255 or 52% from 100); Max value from RGB is 52 - color contains mainly: blue. Hex color #300034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300034 is #CFFFCB. Grayscale: #141414. Windows color (decimal): -13631436 or 3407920. OLE color: 3407920.

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

Color convert

RGB 48 0 52 -
CMYK 0.08 1 0 0.80
HSL 295.38º 1% 0.1% -
HSV(B) 295.38º 1% 0.2% -
XYZ 1.84 0.88 3.32 -
YUV 20.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 48 0 52 0.08 1 0 0.80 295.38 1 0.1
Hex 30 0 34 8 64 0 50 127 64 A
Octal 60 0 64 10 144 0 120 447 144 12
Binary 110000 0 110100 1000 1100100 0 1010000 100100111 1100100 1010

Color Harmonies of #300034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300034

Black with #300034

Text Example


Text Example

White with #300034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300034; }

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

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

background-color css

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

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

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

border-color css

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

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

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