#300C2D

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

Shades of Mardi Gras #300C2D

Tints of Mardi Gras #300C2D

Color information

#300C2D (or 0x300C2D) is unknown color: approx Mardi Gras. HEX triplet: 30, 0C and 2D. RGB value is (48,12,45). Sum of RGB (Red+Green+Blue) = 48+12+45=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #300C2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C2D is #CFF3D2. Grayscale: #1A1A1A. Windows color (decimal): -13628371 or 2952240. OLE color: 2952240.

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

Color convert

RGB481245-
CMYK00.750.060.81
HSL305º60%11.76%-
HSV(B)305º75%18.82%-
XYZ1.821.082.6-
YUV26.53138.43143.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 12 (5.08% from 255) = 11.43%
BLUE value IS 45 (17.97% from 255) = 42.86%
R=45.71%
G=11.43%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48124500.750.060.813056011.76
Hex30C2D04B6511313cc
Octal601455011361214617414
Binary11000011001011010100101111010100011001100011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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