#300F2E

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

Shades of Mardi Gras #300F2E

Tints of Mardi Gras #300F2E

Color information

#300F2E (or 0x300F2E) is unknown color: approx Mardi Gras. HEX triplet: 30, 0F and 2E. RGB value is (48,15,46). Sum of RGB (Red+Green+Blue) = 48+15+46=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #300F2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F2E is #CFF0D1. Grayscale: #1C1C1C. Windows color (decimal): -13627602 or 3018544. OLE color: 3018544.

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

Color convert

RGB481546-
CMYK00.690.040.81
HSL303.64º52.38%12.35%-
HSV(B)303.64º68.75%18.82%-
XYZ1.881.172.71-
YUV28.4137.93141.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 15 (6.25% from 255) = 13.76%
BLUE value IS 46 (18.36% from 255) = 42.20%
R=44.04%
G=13.76%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48154600.690.040.81303.6452.3812.35
Hex30F2E04545113034c
Octal601756010541214606414
Binary11000011111011100100010110010100011001100001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,15,46); }

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

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

 a { background-color: rgb(48,15,46); }

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

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

 span { border-color: rgb(48,15,46); }

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