Html Css Color HEX #300434 Mardi Gras

📋 copy color: '#300434'

red 48 ◦ green 4 ◦ blue 52

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

Shades of Mardi Gras #300434

Tints of Mardi Gras #300434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.85%

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

R = 46.15%
G = 3.85%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#300434 (or 0x300434) is known color: Mardi Gras. HEX triplet: 30, 04 and 34. RGB value is (48,4,52). Sum of RGB (Red+Green+Blue) = 48+4+52=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #300434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300434 is #CFFBCB. Grayscale: #161616. Windows color (decimal): -13630412 or 3408944. OLE color: 3408944.

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

Color convert

RGB 48 4 52 -
CMYK 0.08 0.92 0 0.80
HSL 295º 0.86% 0.11% -
HSV(B) 295º 0.92% 0.2% -
XYZ 1.88 0.96 3.34 -
YUV 22.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 48 4 52 0.08 0.92 0 0.80 295 0.86 0.11
Hex 30 4 34 8 5C 0 50 127 56 B
Octal 60 4 64 10 134 0 120 447 126 13
Binary 110000 100 110100 1000 1011100 0 1010000 100100111 1010110 1011

Color Harmonies of #300434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300434

Black with #300434

Text Example


Text Example

White with #300434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300434; }

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

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

background-color css

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

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

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

border-color css

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

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

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