Html Css Color HEX #1E051B Mardi Gras

📋 copy color: '#1E051B'

red 30 ◦ green 5 ◦ blue 27

#1E051B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #1E051B

Tints of Mardi Gras #1E051B

RGB

 RED value IS 30 (12.11% from 255) = 48.39%

 GREEN value IS 5 (2.34% from 255) = 8.06%

 BLUE value IS 27 (10.94% from 255) = 43.55%

R = 48.39%
G = 8.06%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#1E051B (or 0x1E051B) is known color: Mardi Gras. HEX triplet: 1E, 05 and 1B. RGB value is (30,5,27). Sum of RGB (Red+Green+Blue) = 30+5+27=62 (8% of max value = 765). Red value is 30 (12.11% from 255 or 48.39% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 27 (10.94% from 255 or 43.55% from 62); Max value from RGB is 30 - color contains mainly: red. Hex color #1E051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E051B is #E1FAE4. Grayscale: #0E0E0E. Windows color (decimal): -14809829 or 1770782. OLE color: 1770782.

HSL color Cylindrical-coordinate representation of color #1E051B: hue angle of 307.2º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E051B is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 5 27 -
CMYK 0 0.83 0.10 0.88
HSL 307.2º 0.71% 0.07% -
HSV(B) 307.2º 0.83% 0.12% -
XYZ 0.79 0.46 1.08 -
YUV 14.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 30 5 27 0 0.83 0.10 0.88 307.2 0.71 0.07
Hex 1E 5 1B 0 53 A 58 133 47 7
Octal 36 5 33 0 123 12 130 463 107 7
Binary 11110 101 11011 0 1010011 1010 1011000 100110011 1000111 111

Color Harmonies of #1E051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E051B

Black with #1E051B

Text Example


Text Example

White with #1E051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E051B; }

 p { color: rgb(30,5,27); }

 H1.HeaderClassName
 {
   color: #1E051B;
 }
 .AnyTagClassName
 {
   color: #1E051B;
 }
</style>

background-color css

<style>
 a { background-color: #1E051B; }

 a { background-color: rgb(30,5,27); }

 div.DivClassName
 {
   background-color: #1E051B;
 }
 .BgClassName
 {
   background-color: #1E051B;
 }
</style>

border-color css

<style>
 span { border-color: #1E051B; }

 span { border-color: rgb(30,5,27); }

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