#300534

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

Shades of Mardi Gras #300534

Tints of Mardi Gras #300534

Color information

#300534 (or 0x300534) is unknown color: approx Mardi Gras. HEX triplet: 30, 05 and 34. RGB value is (48,5,52). Sum of RGB (Red+Green+Blue) = 48+5+52=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 52 (20.70% from 255 or 49.52% from 105); Max value from RGB is 52 - color contains mainly: blue. Hex color #300534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300534 is #CFFACB. Grayscale: #171717. Windows color (decimal): -13630156 or 3409200. OLE color: 3409200.

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

Color convert

RGB48552-
CMYK0.080.9000.80
HSL294.89º82.46%11.18%-
HSV(B)294.89º90.38%20.39%-
XYZ1.890.983.34-
YUV23.22144.25145.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 5 (2.34% from 255) = 4.76%
BLUE value IS 52 (20.70% from 255) = 49.52%
R=45.71%
G=4.76%
B=49.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal485520.080.9000.80294.8982.4611.18
Hex3053485A05012752b
Octal6056410132012044712213
Binary110000101110100100010110100101000010010011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300534; }

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

 H1.HeaderClassName
 {
   color: #300534;
 }
 .AnyTagClassName
 {
   color: #300534;
 }
</style>
background-color css

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

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

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

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

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

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