#1E1D08

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

Shades of Maire #1E1D08

Tints of Maire #1E1D08

Color information

#1E1D08 (or 0x1E1D08) is unknown color: approx Maire. HEX triplet: 1E, 1D and 08. RGB value is (30,29,8). Sum of RGB (Red+Green+Blue) = 30+29+8=67 (8% of max value = 765). Red value is 30 (12.11% from 255 or 44.78% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 8 (3.52% from 255 or 11.94% from 67); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1D08 is #E1E2F7. Grayscale: #1A1A1A. Windows color (decimal): -14803704 or 531742. OLE color: 531742.

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

Color convert

RGB30298-
CMYK00.030.730.88
HSL57.27º57.89%7.45%-
HSV(B)57.27º73.33%11.76%-
XYZ1.021.170.4-
YUV26.9117.33130.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 44.78%
GREEN value IS 29 (11.72% from 255) = 43.28%
BLUE value IS 8 (3.52% from 255) = 11.94%
R=44.78%
G=43.28%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3029800.030.730.8857.2757.897.45
Hex1E1D8034958393a7
Octal3635100311113071727
Binary1111011101100001110010011011000111001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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