#301434

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

Shades of Mardi Gras #301434

Tints of Mardi Gras #301434

Color information

#301434 (or 0x301434) is unknown color: approx Mardi Gras. HEX triplet: 30, 14 and 34. RGB value is (48,20,52). Sum of RGB (Red+Green+Blue) = 48+20+52=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 52 - color contains mainly: blue. Hex color #301434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301434 is #CFEBCB. Grayscale: #1F1F1F. Windows color (decimal): -13626316 or 3413040. OLE color: 3413040.

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

Color convert

RGB482052-
CMYK0.080.6200.80
HSL292.5º44.44%14.12%-
HSV(B)292.5º61.54%20.39%-
XYZ2.091.383.4-
YUV32.02139.28139.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 52 (20.70% from 255) = 43.33%
R=40%
G=16.67%
B=43.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4820520.080.6200.80292.544.4414.12
Hex30143483E0501242ce
Octal602464107601204445416
Binary110000101001101001000111110010100001001001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301434; }

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

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

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

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

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

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

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

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