Html Css Color HEX #1A1306 Maire

📋 copy color: '#1A1306'

red 26 ◦ green 19 ◦ blue 6

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

Shades of Maire #1A1306

Tints of Maire #1A1306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 37.25%

 BLUE value IS 6 (2.73% from 255) = 11.76%

R = 50.98%
G = 37.25%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.90

RGB Variations

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

Color information

#1A1306 (or 0x1A1306) is known color: Maire. HEX triplet: 1A, 13 and 06. RGB value is (26,19,6). Sum of RGB (Red+Green+Blue) = 26+19+6=51 (6% of max value = 765). Red value is 26 (10.55% from 255 or 50.98% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 6 (2.73% from 255 or 11.76% from 51); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1306 is #E5ECF9. Grayscale: #131313. Windows color (decimal): -15068410 or 398106. OLE color: 398106.

HSL color Cylindrical-coordinate representation of color #1A1306: hue angle of 39º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A1306 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 19 6 -
CMYK 0 0.27 0.77 0.90
HSL 39º 0.63% 0.06% -
HSV(B) 39º 0.77% 0.1% -
XYZ 0.69 0.7 0.27 -
YUV 19.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 26 19 6 0 0.27 0.77 0.90 39 0.63 0.06
Hex 1A 13 6 0 1B 4D 5A 27 3E 6
Octal 32 23 6 0 33 115 132 47 76 6
Binary 11010 10011 110 0 11011 1001101 1011010 100111 111110 110

Color Harmonies of #1A1306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1306

Black with #1A1306

Text Example


Text Example

White with #1A1306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,19,6); }

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

background-color css

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

 a { background-color: rgb(26,19,6); }

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

border-color css

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

 span { border-color: rgb(26,19,6); }

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