#300334

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

Shades of Mardi Gras #300334

Tints of Mardi Gras #300334

Color information

#300334 (or 0x300334) is unknown color: approx Mardi Gras. HEX triplet: 30, 03 and 34. RGB value is (48,3,52). Sum of RGB (Red+Green+Blue) = 48+3+52=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #300334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300334 is #CFFCCB. Grayscale: #151515. Windows color (decimal): -13630668 or 3408688. OLE color: 3408688.

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

Color convert

RGB48352-
CMYK0.080.9400.80
HSL295.1º89.09%10.78%-
HSV(B)295.1º94.23%20.39%-
XYZ1.870.943.33-
YUV22.04144.91146.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 3 (1.56% from 255) = 2.91%
BLUE value IS 52 (20.70% from 255) = 50.49%
R=46.60%
G=2.91%
B=50.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal483520.080.9400.80295.189.0910.78
Hex3033485E05012759b
Octal6036410136012044713113
Binary11000011110100100010111100101000010010011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300334; }

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

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

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

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

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

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

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

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