#301B2E

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

Shades of Mardi Gras #301B2E

Tints of Mardi Gras #301B2E

Color information

#301B2E (or 0x301B2E) is unknown color: approx Mardi Gras. HEX triplet: 30, 1B and 2E. RGB value is (48,27,46). Sum of RGB (Red+Green+Blue) = 48+27+46=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 48 - color contains mainly: red. Hex color #301B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B2E is #CFE4D1. Grayscale: #232323. Windows color (decimal): -13624530 or 3021616. OLE color: 3021616.

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

Color convert

RGB482746-
CMYK00.440.040.81
HSL305.71º28%14.71%-
HSV(B)305.71º43.75%18.82%-
XYZ2.11.612.78-
YUV35.44133.96136.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 27 (10.94% from 255) = 22.31%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=39.67%
G=22.31%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48274600.440.040.81305.712814.71
Hex301B2E02C4511321cf
Octal60335605441214623417
Binary1100001101110111001011001001010001100110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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