Html Css Color HEX #300430 Mardi Gras

📋 copy color: '#300430'

red 48 ◦ green 4 ◦ blue 48

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

Shades of Mardi Gras #300430

Tints of Mardi Gras #300430

RGB

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

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

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

R = 48%
G = 4%
B = 48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#300430 (or 0x300430) is known color: Mardi Gras. HEX triplet: 30, 04 and 30. RGB value is (48,4,48). Sum of RGB (Red+Green+Blue) = 48+4+48=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #300430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300430 is #CFFBCF. Grayscale: #161616. Windows color (decimal): -13630416 or 3146800. OLE color: 3146800.

HSL color Cylindrical-coordinate representation of color #300430: hue angle of 300º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #300430 is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 4 48 -
CMYK 0 0.92 0 0.81
HSL 300º 0.85% 0.1% -
HSV(B) 300º 0.92% 0.19% -
XYZ 1.8 0.93 2.88 -
YUV 22.17 142.58 146.42 -
System Red Green Blue C M Y K H S L
Decimal 48 4 48 0 0.92 0 0.81 300 0.85 0.1
Hex 30 4 30 0 5C 0 51 12C 55 A
Octal 60 4 60 0 134 0 121 454 125 12
Binary 110000 100 110000 0 1011100 0 1010001 100101100 1010101 1010

Color Harmonies of #300430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300430

Black with #300430

Text Example


Text Example

White with #300430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300430; }

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

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

background-color css

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

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

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

border-color css

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

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

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