#301034

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

Shades of Mardi Gras #301034

Tints of Mardi Gras #301034

Color information

#301034 (or 0x301034) is unknown color: approx Mardi Gras. HEX triplet: 30, 10 and 34. RGB value is (48,16,52). Sum of RGB (Red+Green+Blue) = 48+16+52=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #301034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301034 is #CFEFCB. Grayscale: #1D1D1D. Windows color (decimal): -13627340 or 3412016. OLE color: 3412016.

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

Color convert

RGB481652-
CMYK0.080.6900.80
HSL293.33º52.94%13.33%-
HSV(B)293.33º69.23%20.39%-
XYZ2.021.253.38-
YUV29.67140.6141.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 16 (6.64% from 255) = 13.79%
BLUE value IS 52 (20.70% from 255) = 44.83%
R=41.38%
G=13.79%
B=44.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4816520.080.6900.80293.3352.9413.33
Hex30103484505012535d
Octal6020641010501204456515
Binary1100001000011010010001000101010100001001001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301034; }

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

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

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

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

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

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

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

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