#300033

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

Shades of Mardi Gras #300033

Tints of Mardi Gras #300033

Color information

#300033 (or 0x300033) is unknown color: approx Mardi Gras. HEX triplet: 30, 00 and 33. RGB value is (48,0,51). Sum of RGB (Red+Green+Blue) = 48+0+51=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 51 (20.31% from 255 or 51.52% from 99); Max value from RGB is 51 - color contains mainly: blue. Hex color #300033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300033 is #CFFFCC. Grayscale: #141414. Windows color (decimal): -13631437 or 3342384. OLE color: 3342384.

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

Color convert

RGB48051-
CMYK0.06100.8
HSL296.47º100%10%-
HSV(B)296.47º100%20%-
XYZ1.820.873.2-
YUV20.17145.4147.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 51 (20.31% from 255) = 51.52%
R=48.48%
G=0%
B=51.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal480510.06100.8296.4710010
Hex3003366405012864a
Octal600636144012045014412
Binary110000011001111011001000101000010010100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300033; }

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

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

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

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

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

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

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

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