#1E170B

Color #1E170B Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #1E170B

Tints of Maire #1E170B

Color information

#1E170B (or 0x1E170B) is unknown color: approx Maire. HEX triplet: 1E, 17 and 0B. RGB value is (30,23,11). Sum of RGB (Red+Green+Blue) = 30+23+11=64 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.88% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 30 - color contains mainly: red. Hex color #1E170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E170B is #E1E8F4. Grayscale: #171717. Windows color (decimal): -14805237 or 726814. OLE color: 726814.

HSL color Cylindrical-coordinate representation of color #1E170B: hue angle of 37.89º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E170B is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.88.

Color convert

RGB302311-
CMYK00.230.630.88
HSL37.89º46.34%8.04%-
HSV(B)37.89º63.33%11.76%-
XYZ0.90.910.45-
YUV23.72120.82132.48-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 46.88%
GREEN value IS 23 (9.38% from 255) = 35.94%
BLUE value IS 11 (4.69% from 255) = 17.19%
R=46.88%
G=35.94%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30231100.230.630.8837.8946.348.04
Hex1E17B0173F58262e8
Octal36271302777130465610
Binary1111010111101101011111111110110001001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,23,11); }

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

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

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

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

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

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

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