Html Css Color HEX #1A1509 Maire

📋 copy color: '#1A1509'

red 26 ◦ green 21 ◦ blue 9

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

Shades of Maire #1A1509

Tints of Maire #1A1509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 37.5%

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

R = 46.43%
G = 37.5%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.90

RGB Variations

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

Color information

#1A1509 (or 0x1A1509) is known color: Maire. HEX triplet: 1A, 15 and 09. RGB value is (26,21,9). Sum of RGB (Red+Green+Blue) = 26+21+9=56 (7% of max value = 765). Red value is 26 (10.55% from 255 or 46.43% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 9 (3.91% from 255 or 16.07% from 56); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1509 is #E5EAF6. Grayscale: #151515. Windows color (decimal): -15067895 or 595226. OLE color: 595226.

HSL color Cylindrical-coordinate representation of color #1A1509: hue angle of 42.35º 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 #1A1509 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 21 9 -
CMYK 0 0.19 0.65 0.90
HSL 42.35º 0.49% 0.07% -
HSV(B) 42.35º 0.65% 0.1% -
XYZ 0.74 0.78 0.37 -
YUV 21.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 26 21 9 0 0.19 0.65 0.90 42.35 0.49 0.07
Hex 1A 15 9 0 13 41 5A 2A 31 7
Octal 32 25 11 0 23 101 132 52 61 7
Binary 11010 10101 1001 0 10011 1000001 1011010 101010 110001 111

Color Harmonies of #1A1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1509

Black with #1A1509

Text Example


Text Example

White with #1A1509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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