#301A2E

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

Shades of Mardi Gras #301A2E

Tints of Mardi Gras #301A2E

Color information

#301A2E (or 0x301A2E) is unknown color: approx Mardi Gras. HEX triplet: 30, 1A and 2E. RGB value is (48,26,46). Sum of RGB (Red+Green+Blue) = 48+26+46=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 48 - color contains mainly: red. Hex color #301A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A2E is #CFE5D1. Grayscale: #222222. Windows color (decimal): -13624786 or 3021360. OLE color: 3021360.

HSL color Cylindrical-coordinate representation of color #301A2E: hue angle of 305.45º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #301A2E is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB482646-
CMYK00.460.040.81
HSL305.45º29.73%14.51%-
HSV(B)305.45º45.83%18.82%-
XYZ2.081.562.78-
YUV34.86134.29137.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 26 (10.55% from 255) = 21.67%
BLUE value IS 46 (18.36% from 255) = 38.33%
R=40%
G=21.67%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48264600.460.040.81305.4529.7314.51
Hex301A2E02E4511311ef
Octal60325605641214613617
Binary1100001101010111001011101001010001100110001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301A2E; }

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

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

<style>
 a { background-color: #301A2E; }

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

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

<style>
 span { border-color: #301A2E; }

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

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