#1E1708

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

Shades of Maire #1E1708

Tints of Maire #1E1708

Color information

#1E1708 (or 0x1E1708) is unknown color: approx Maire. HEX triplet: 1E, 17 and 08. RGB value is (30,23,8). Sum of RGB (Red+Green+Blue) = 30+23+8=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 8 (3.52% from 255 or 13.11% from 61); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1708 is #E1E8F7. Grayscale: #171717. Windows color (decimal): -14805240 or 530206. OLE color: 530206.

HSL color Cylindrical-coordinate representation of color #1E1708: hue angle of 40.91º 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 #1E1708 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.88.

Color convert

RGB30238-
CMYK00.230.730.88
HSL40.91º57.89%7.45%-
HSV(B)40.91º73.33%11.76%-
XYZ0.890.910.36-
YUV23.38119.32132.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 49.18%
GREEN value IS 23 (9.38% from 255) = 37.70%
BLUE value IS 8 (3.52% from 255) = 13.11%
R=49.18%
G=37.70%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3023800.230.730.8840.9157.897.45
Hex1E1780174958293a7
Octal36271002711113051727
Binary1111010111100001011110010011011000101001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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