Html Css Color HEX #1A1317 Melanzane

📋 copy color: '#1A1317'

red 26 ◦ green 19 ◦ blue 23

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

Shades of Melanzane #1A1317

Tints of Melanzane #1A1317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 33.82%

R = 38.24%
G = 27.94%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.90

RGB Variations

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

Color information

#1A1317 (or 0x1A1317) is known color: Melanzane. HEX triplet: 1A, 13 and 17. RGB value is (26,19,23). Sum of RGB (Red+Green+Blue) = 26+19+23=68 (9% of max value = 765). Red value is 26 (10.55% from 255 or 38.24% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1317 is #E5ECE8. Grayscale: #151515. Windows color (decimal): -15068393 or 1512218. OLE color: 1512218.

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

Color convert

RGB 26 19 23 -
CMYK 0 0.27 0.12 0.90
HSL 325.71º 0.16% 0.09% -
HSV(B) 325.71º 0.27% 0.1% -
XYZ 0.81 0.75 0.91 -
YUV 21.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 26 19 23 0 0.27 0.12 0.90 325.71 0.16 0.09
Hex 1A 13 17 0 1B C 5A 146 10 9
Octal 32 23 27 0 33 14 132 506 20 11
Binary 11010 10011 10111 0 11011 1100 1011010 101000110 10000 1001

Color Harmonies of #1A1317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1317

Black with #1A1317

Text Example


Text Example

White with #1A1317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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