#301433

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

Shades of Mardi Gras #301433

Tints of Mardi Gras #301433

Color information

#301433 (or 0x301433) is unknown color: approx Mardi Gras. HEX triplet: 30, 14 and 33. RGB value is (48,20,51). Sum of RGB (Red+Green+Blue) = 48+20+51=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 51 - color contains mainly: blue. Hex color #301433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301433 is #CFEBCC. Grayscale: #1F1F1F. Windows color (decimal): -13626317 or 3347504. OLE color: 3347504.

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

Color convert

RGB482051-
CMYK0.060.6100.8
HSL294.19º43.66%13.92%-
HSV(B)294.19º60.78%20%-
XYZ2.071.373.29-
YUV31.91138.78139.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.34%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 51 (20.31% from 255) = 42.86%
R=40.34%
G=16.81%
B=42.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4820510.060.6100.8294.1943.6613.92
Hex30143363D0501262ce
Octal60246367501204465416
Binary11000010100110011110111101010100001001001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301433; }

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

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

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

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

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

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

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

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