#301334

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

Shades of Mardi Gras #301334

Tints of Mardi Gras #301334

Color information

#301334 (or 0x301334) is unknown color: approx Mardi Gras. HEX triplet: 30, 13 and 34. RGB value is (48,19,52). Sum of RGB (Red+Green+Blue) = 48+19+52=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #301334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301334 is #CFECCB. Grayscale: #1F1F1F. Windows color (decimal): -13626572 or 3412784. OLE color: 3412784.

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

Color convert

RGB481952-
CMYK0.080.6300.80
HSL292.73º46.48%13.92%-
HSV(B)292.73º63.46%20.39%-
XYZ2.071.343.4-
YUV31.43139.61139.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.34%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 52 (20.70% from 255) = 43.70%
R=40.34%
G=15.97%
B=43.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4819520.080.6300.80292.7346.4813.92
Hex30133483F0501252ee
Octal602364107701204455616
Binary110000100111101001000111111010100001001001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301334; }

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

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

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

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

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

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

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

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