Html Css Color HEX #1E1C15 Maire

📋 copy color: '#1E1C15'

red 30 ◦ green 28 ◦ blue 21

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

Shades of Maire #1E1C15

Tints of Maire #1E1C15

RGB

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

 GREEN value IS 28 (11.33% from 255) = 35.44%

 BLUE value IS 21 (8.59% from 255) = 26.58%

R = 37.97%
G = 35.44%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.88

RGB Variations

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

Color information

#1E1C15 (or 0x1E1C15) is known color: Maire. HEX triplet: 1E, 1C and 15. RGB value is (30,28,21). Sum of RGB (Red+Green+Blue) = 30+28+21=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1C15 is #E1E3EA. Grayscale: #1B1B1B. Windows color (decimal): -14803947 or 1383454. OLE color: 1383454.

HSL color Cylindrical-coordinate representation of color #1E1C15: hue angle of 46.67º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1E1C15 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 28 21 -
CMYK 0 0.07 0.30 0.88
HSL 46.67º 0.18% 0.1% -
HSV(B) 46.67º 0.3% 0.12% -
XYZ 1.09 1.16 0.88 -
YUV 27.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 30 28 21 0 0.07 0.30 0.88 46.67 0.18 0.1
Hex 1E 1C 15 0 7 1E 58 2F 12 A
Octal 36 34 25 0 7 36 130 57 22 12
Binary 11110 11100 10101 0 111 11110 1011000 101111 10010 1010

Color Harmonies of #1E1C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1C15

Black with #1E1C15

Text Example


Text Example

White with #1E1C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,28,21); }

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

background-color css

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

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

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

border-color css

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

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

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