#300C29

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

Shades of Mardi Gras #300C29

Tints of Mardi Gras #300C29

Color information

#300C29 (or 0x300C29) is unknown color: approx Mardi Gras. HEX triplet: 30, 0C and 29. RGB value is (48,12,41). Sum of RGB (Red+Green+Blue) = 48+12+41=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 41 (16.41% from 255 or 40.59% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #300C29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C29 is #CFF3D6. Grayscale: #191919. Windows color (decimal): -13628375 or 2690096. OLE color: 2690096.

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

Color convert

RGB481241-
CMYK00.750.150.81
HSL311.67º60%11.76%-
HSV(B)311.67º75%18.82%-
XYZ1.751.052.21-
YUV26.07136.43143.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 12 (5.08% from 255) = 11.88%
BLUE value IS 41 (16.41% from 255) = 40.59%
R=47.52%
G=11.88%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48124100.750.150.81311.676011.76
Hex30C2904BF511383cc
Octal6014510113171214707414
Binary110000110010100101001011111110100011001110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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