#300B2B

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

Shades of Mardi Gras #300B2B

Tints of Mardi Gras #300B2B

Color information

#300B2B (or 0x300B2B) is unknown color: approx Mardi Gras. HEX triplet: 30, 0B and 2B. RGB value is (48,11,43). Sum of RGB (Red+Green+Blue) = 48+11+43=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #300B2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B2B is #CFF4D4. Grayscale: #191919. Windows color (decimal): -13628629 or 2820912. OLE color: 2820912.

HSL color Cylindrical-coordinate representation of color #300B2B: hue angle of 308.11º 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 #300B2B is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB481143-
CMYK00.770.100.81
HSL308.11º62.71%11.57%-
HSV(B)308.11º77.08%18.82%-
XYZ1.771.042.39-
YUV25.71137.76143.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 11 (4.69% from 255) = 10.78%
BLUE value IS 43 (17.19% from 255) = 42.16%
R=47.06%
G=10.78%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48114300.770.100.81308.1162.7111.57
Hex30B2B04DA511343fc
Octal6013530115121214647714
Binary110000101110101101001101101010100011001101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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