#300034

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

Shades of Mardi Gras #300034

Tints of Mardi Gras #300034

Color information

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

RGB48052-
CMYK0.08100.80
HSL295.38º100%10.2%-
HSV(B)295.38º100%20.39%-
XYZ1.840.883.32-
YUV20.28145.9147.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 52%
R=48%
G=0%
B=52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal480520.08100.80295.3810010.2
Hex3003486405012764a
Octal6006410144012044714412
Binary1100000110100100011001000101000010010011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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