#300333

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

Shades of Mardi Gras #300333

Tints of Mardi Gras #300333

Color information

#300333 (or 0x300333) is unknown color: approx Mardi Gras. HEX triplet: 30, 03 and 33. RGB value is (48,3,51). Sum of RGB (Red+Green+Blue) = 48+3+51=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #300333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300333 is #CFFCCC. Grayscale: #151515. Windows color (decimal): -13630669 or 3343152. OLE color: 3343152.

HSL color Cylindrical-coordinate representation of color #300333: hue angle of 296.25º 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 #300333 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB48351-
CMYK0.060.9400.8
HSL296.25º88.89%10.59%-
HSV(B)296.25º94.12%20%-
XYZ1.850.933.21-
YUV21.93144.41146.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 3 (1.56% from 255) = 2.94%
BLUE value IS 51 (20.31% from 255) = 50%
R=47.06%
G=2.94%
B=50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal483510.060.9400.8296.2588.8910.59
Hex3033365E05012859b
Octal603636136012045013113
Binary1100001111001111010111100101000010010100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300333; }

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

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

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

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

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

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

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

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