Html Css Color HEX #1A1409 Maire

📋 copy color: '#1A1409'

red 26 ◦ green 20 ◦ blue 9

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

Shades of Maire #1A1409

Tints of Maire #1A1409

RGB

 RED value IS 26 (10.55% from 255) = 47.27%

 GREEN value IS 20 (8.2% from 255) = 36.36%

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

R = 47.27%
G = 36.36%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.90

RGB Variations

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

Color information

#1A1409 (or 0x1A1409) is known color: Maire. HEX triplet: 1A, 14 and 09. RGB value is (26,20,9). Sum of RGB (Red+Green+Blue) = 26+20+9=55 (7% of max value = 765). Red value is 26 (10.55% from 255 or 47.27% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1409 is #E5EBF6. Grayscale: #141414. Windows color (decimal): -15068151 or 594970. OLE color: 594970.

HSL color Cylindrical-coordinate representation of color #1A1409: hue angle of 38.82º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A1409 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 20 9 -
CMYK 0 0.23 0.65 0.90
HSL 38.82º 0.49% 0.07% -
HSV(B) 38.82º 0.65% 0.1% -
XYZ 0.73 0.74 0.36 -
YUV 20.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 26 20 9 0 0.23 0.65 0.90 38.82 0.49 0.07
Hex 1A 14 9 0 17 41 5A 27 31 7
Octal 32 24 11 0 27 101 132 47 61 7
Binary 11010 10100 1001 0 10111 1000001 1011010 100111 110001 111

Color Harmonies of #1A1409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1409

Black with #1A1409

Text Example


Text Example

White with #1A1409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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