#300E2A

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

Shades of Mardi Gras #300E2A

Tints of Mardi Gras #300E2A

Color information

#300E2A (or 0x300E2A) is unknown color: approx Mardi Gras. HEX triplet: 30, 0E and 2A. RGB value is (48,14,42). Sum of RGB (Red+Green+Blue) = 48+14+42=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #300E2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E2A is #CFF1D5. Grayscale: #1B1B1B. Windows color (decimal): -13627862 or 2756144. OLE color: 2756144.

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

Color convert

RGB481442-
CMYK00.710.130.81
HSL310.59º54.84%12.16%-
HSV(B)310.59º70.83%18.82%-
XYZ1.791.112.31-
YUV27.36136.26142.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 14 (5.86% from 255) = 13.46%
BLUE value IS 42 (16.80% from 255) = 40.38%
R=46.15%
G=13.46%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48144200.710.130.81310.5954.8412.16
Hex30E2A047D5113737c
Octal6016520107151214676714
Binary110000111010101001000111110110100011001101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,14,42); }

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

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

 a { background-color: rgb(48,14,42); }

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

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

 span { border-color: rgb(48,14,42); }

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