Html Css Color HEX #1E081B Mardi Gras

📋 copy color: '#1E081B'

red 30 ◦ green 8 ◦ blue 27

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

Shades of Mardi Gras #1E081B

Tints of Mardi Gras #1E081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.31%

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

R = 46.15%
G = 12.31%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#1E081B (or 0x1E081B) is known color: Mardi Gras. HEX triplet: 1E, 08 and 1B. RGB value is (30,8,27). Sum of RGB (Red+Green+Blue) = 30+8+27=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 30 - color contains mainly: red. Hex color #1E081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E081B is #E1F7E4. Grayscale: #101010. Windows color (decimal): -14809061 or 1771550. OLE color: 1771550.

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

Color convert

RGB 30 8 27 -
CMYK 0 0.73 0.10 0.88
HSL 308.18º 0.58% 0.07% -
HSV(B) 308.18º 0.73% 0.12% -
XYZ 0.82 0.53 1.1 -
YUV 16.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 30 8 27 0 0.73 0.10 0.88 308.18 0.58 0.07
Hex 1E 8 1B 0 49 A 58 134 3A 7
Octal 36 10 33 0 111 12 130 464 72 7
Binary 11110 1000 11011 0 1001001 1010 1011000 100110100 111010 111

Color Harmonies of #1E081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E081B

Black with #1E081B

Text Example


Text Example

White with #1E081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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