Html Css Color HEX #1A1719 Melanzane

📋 copy color: '#1A1719'

red 26 ◦ green 23 ◦ blue 25

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

Shades of Melanzane #1A1719

Tints of Melanzane #1A1719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 31.08%

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

R = 35.14%
G = 31.08%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.90

RGB Variations

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

Color information

#1A1719 (or 0x1A1719) is known color: Melanzane. HEX triplet: 1A, 17 and 19. RGB value is (26,23,25). Sum of RGB (Red+Green+Blue) = 26+23+25=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1719 is #E5E8E6. Grayscale: #181818. Windows color (decimal): -15067367 or 1644314. OLE color: 1644314.

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

Color convert

RGB 26 23 25 -
CMYK 0 0.12 0.04 0.90
HSL 320º 0.06% 0.1% -
HSV(B) 320º 0.12% 0.1% -
XYZ 0.91 0.9 1.05 -
YUV 24.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 26 23 25 0 0.12 0.04 0.90 320 0.06 0.1
Hex 1A 17 19 0 C 4 5A 140 6 A
Octal 32 27 31 0 14 4 132 500 6 12
Binary 11010 10111 11001 0 1100 100 1011010 101000000 110 1010

Color Harmonies of #1A1719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1719

Black with #1A1719

Text Example


Text Example

White with #1A1719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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