#300430

Color #300430 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #300430

Tints of Mardi Gras #300430

Color information

#300430 (or 0x300430) is unknown color: approx 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

RGB48448-
CMYK00.9200.81
HSL300º84.62%10.2%-
HSV(B)300º91.67%18.82%-
XYZ1.80.932.88-
YUV22.17142.58146.42-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4844800.9200.8130084.6210.2
Hex3043005C05112c55a
Octal604600134012145412512
Binary110000100110000010111000101000110010110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>