#300B33

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

Shades of Mardi Gras #300B33

Tints of Mardi Gras #300B33

Color information

#300B33 (or 0x300B33) is unknown color: approx Mardi Gras. HEX triplet: 30, 0B and 33. RGB value is (48,11,51). Sum of RGB (Red+Green+Blue) = 48+11+51=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 51 - color contains mainly: blue. Hex color #300B33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B33 is #CFF4CC. Grayscale: #1A1A1A. Windows color (decimal): -13628621 or 3345200. OLE color: 3345200.

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

Color convert

RGB481151-
CMYK0.060.7800.8
HSL295.5º64.52%12.16%-
HSV(B)295.5º78.43%20%-
XYZ1.941.113.24-
YUV26.62141.76143.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 11 (4.69% from 255) = 10%
BLUE value IS 51 (20.31% from 255) = 46.36%
R=43.64%
G=10%
B=46.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4811510.060.7800.8295.564.5212.16
Hex30B3364E05012841c
Octal6013636116012045010114
Binary110000101111001111010011100101000010010100010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300B33; }

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

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

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

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

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

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

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

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