Html Css Color HEX #1A1519 Melanzane

📋 copy color: '#1A1519'

red 26 ◦ green 21 ◦ blue 25

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

Shades of Melanzane #1A1519

Tints of Melanzane #1A1519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 34.72%

R = 36.11%
G = 29.17%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.90

RGB Variations

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

Color information

#1A1519 (or 0x1A1519) is known color: Melanzane. HEX triplet: 1A, 15 and 19. RGB value is (26,21,25). Sum of RGB (Red+Green+Blue) = 26+21+25=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 25 (10.16% from 255 or 34.72% from 72); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1519 is #E5EAE6. Grayscale: #161616. Windows color (decimal): -15067879 or 1643802. OLE color: 1643802.

HSL color Cylindrical-coordinate representation of color #1A1519: hue angle of 312º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1A1519 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 21 25 -
CMYK 0 0.19 0.04 0.90
HSL 312º 0.11% 0.09% -
HSV(B) 312º 0.19% 0.1% -
XYZ 0.87 0.83 1.03 -
YUV 22.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 26 21 25 0 0.19 0.04 0.90 312 0.11 0.09
Hex 1A 15 19 0 13 4 5A 138 B 9
Octal 32 25 31 0 23 4 132 470 13 11
Binary 11010 10101 11001 0 10011 100 1011010 100111000 1011 1001

Color Harmonies of #1A1519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1519

Black with #1A1519

Text Example


Text Example

White with #1A1519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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