Html Css Color HEX #1E1A09 Maire

📋 copy color: '#1E1A09'

red 30 ◦ green 26 ◦ blue 9

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

Shades of Maire #1E1A09

Tints of Maire #1E1A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 40%

 BLUE value IS 9 (3.91% from 255) = 13.85%

R = 46.15%
G = 40%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.88

RGB Variations

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

Color information

#1E1A09 (or 0x1E1A09) is known color: Maire. HEX triplet: 1E, 1A and 09. RGB value is (30,26,9). Sum of RGB (Red+Green+Blue) = 30+26+9=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 26 (10.55% from 255 or 40% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1A09 is #E1E5F6. Grayscale: #191919. Windows color (decimal): -14804471 or 596510. OLE color: 596510.

HSL color Cylindrical-coordinate representation of color #1E1A09: hue angle of 48.57º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E1A09 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 26 9 -
CMYK 0 0.13 0.70 0.88
HSL 48.57º 0.54% 0.08% -
HSV(B) 48.57º 0.7% 0.12% -
XYZ 0.95 1.03 0.41 -
YUV 25.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 30 26 9 0 0.13 0.70 0.88 48.57 0.54 0.08
Hex 1E 1A 9 0 D 46 58 31 36 8
Octal 36 32 11 0 15 106 130 61 66 10
Binary 11110 11010 1001 0 1101 1000110 1011000 110001 110110 1000

Color Harmonies of #1E1A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1A09

Black with #1E1A09

Text Example


Text Example

White with #1E1A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,26,9); }

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

background-color css

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

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

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

border-color css

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

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

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