Html Css Color HEX #1E1E11 Maire

📋 copy color: '#1E1E11'

red 30 ◦ green 30 ◦ blue 17

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

Shades of Maire #1E1E11

Tints of Maire #1E1E11

RGB

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

 GREEN value IS 30 (12.11% from 255) = 38.96%

 BLUE value IS 17 (7.03% from 255) = 22.08%

R = 38.96%
G = 38.96%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.43

 K value IS 0.88

RGB Variations

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

Color information

#1E1E11 (or 0x1E1E11) is known color: Maire. HEX triplet: 1E, 1E and 11. RGB value is (30,30,17). Sum of RGB (Red+Green+Blue) = 30+30+17=77 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.96% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 30 - color contains mainly: red, green. Hex color #1E1E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1E11 is #E1E1EE. Grayscale: #1C1C1C. Windows color (decimal): -14803439 or 1121822. OLE color: 1121822.

HSL color Cylindrical-coordinate representation of color #1E1E11: hue angle of 60º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1E1E11 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 30 17 -
CMYK 0 0 0.43 0.88
HSL 60º 0.28% 0.09% -
HSV(B) 60º 0.43% 0.12% -
XYZ 1.1 1.25 0.71 -
YUV 28.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 30 30 17 0 0 0.43 0.88 60 0.28 0.09
Hex 1E 1E 11 0 0 2B 58 3C 1C 9
Octal 36 36 21 0 0 53 130 74 34 11
Binary 11110 11110 10001 0 0 101011 1011000 111100 11100 1001

Color Harmonies of #1E1E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1E11

Black with #1E1E11

Text Example


Text Example

White with #1E1E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,30,17); }

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

background-color css

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

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

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

border-color css

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

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

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