#300B29

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

Shades of Mardi Gras #300B29

Tints of Mardi Gras #300B29

Color information

#300B29 (or 0x300B29) is unknown color: approx Mardi Gras. HEX triplet: 30, 0B and 29. RGB value is (48,11,41). Sum of RGB (Red+Green+Blue) = 48+11+41=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #300B29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B29 is #CFF4D6. Grayscale: #191919. Windows color (decimal): -13628631 or 2689840. OLE color: 2689840.

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

Color convert

RGB481141-
CMYK00.770.150.81
HSL311.35º62.71%11.57%-
HSV(B)311.35º77.08%18.82%-
XYZ1.741.032.2-
YUV25.48136.76144.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48%
GREEN value IS 11 (4.69% from 255) = 11%
BLUE value IS 41 (16.41% from 255) = 41%
R=48%
G=11%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48114100.770.150.81311.3562.7111.57
Hex30B2904DF511373fc
Octal6013510115171214677714
Binary110000101110100101001101111110100011001101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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