#300B2C

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

Shades of Mardi Gras #300B2C

Tints of Mardi Gras #300B2C

Color information

#300B2C (or 0x300B2C) is unknown color: approx Mardi Gras. HEX triplet: 30, 0B and 2C. RGB value is (48,11,44). Sum of RGB (Red+Green+Blue) = 48+11+44=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #300B2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B2C is #CFF4D3. Grayscale: #191919. Windows color (decimal): -13628628 or 2886448. OLE color: 2886448.

HSL color Cylindrical-coordinate representation of color #300B2C: hue angle of 306.49º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #300B2C is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB481144-
CMYK00.770.080.81
HSL306.49º62.71%11.57%-
HSV(B)306.49º77.08%18.82%-
XYZ1.791.052.49-
YUV25.83138.26143.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 11 (4.69% from 255) = 10.68%
BLUE value IS 44 (17.58% from 255) = 42.72%
R=46.60%
G=10.68%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48114400.770.080.81306.4962.7111.57
Hex30B2C04D8511323fc
Octal6013540115101214627714
Binary110000101110110001001101100010100011001100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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