Html Css Color HEX #181317 Melanzane

📋 copy color: '#181317'

red 24 ◦ green 19 ◦ blue 23

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

Shades of Melanzane #181317

Tints of Melanzane #181317

RGB

 RED value IS 24 (9.77% from 255) = 36.36%

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

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

R = 36.36%
G = 28.79%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.91

RGB Variations

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

Color information

#181317 (or 0x181317) is known color: Melanzane. HEX triplet: 18, 13 and 17. RGB value is (24,19,23). Sum of RGB (Red+Green+Blue) = 24+19+23=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 24 - color contains mainly: red. Hex color #181317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181317 is #E7ECE8. Grayscale: #141414. Windows color (decimal): -15199465 or 1512216. OLE color: 1512216.

HSL color Cylindrical-coordinate representation of color #181317: hue angle of 312º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #181317 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 19 23 -
CMYK 0 0.21 0.04 0.91
HSL 312º 0.12% 0.08% -
HSV(B) 312º 0.21% 0.09% -
XYZ 0.76 0.72 0.91 -
YUV 20.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 24 19 23 0 0.21 0.04 0.91 312 0.12 0.08
Hex 18 13 17 0 15 4 5B 138 C 8
Octal 30 23 27 0 25 4 133 470 14 10
Binary 11000 10011 10111 0 10101 100 1011011 100111000 1100 1000

Color Harmonies of #181317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181317

Black with #181317

Text Example


Text Example

White with #181317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181317; }

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

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

background-color css

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

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

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

border-color css

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

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

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