Html Css Color HEX #161415 Melanzane

📋 copy color: '#161415'

red 22 ◦ green 20 ◦ blue 21

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

Shades of Melanzane #161415

Tints of Melanzane #161415

RGB

 RED value IS 22 (8.98% from 255) = 34.92%

 GREEN value IS 20 (8.2% from 255) = 31.75%

 BLUE value IS 21 (8.59% from 255) = 33.33%

R = 34.92%
G = 31.75%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.91

RGB Variations

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

Color information

#161415 (or 0x161415) is known color: Melanzane. HEX triplet: 16, 14 and 15. RGB value is (22,20,21). Sum of RGB (Red+Green+Blue) = 22+20+21=63 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.92% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 22 - color contains mainly: red. Hex color #161415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161415 is #E9EBEA. Grayscale: #141414. Windows color (decimal): -15330283 or 1381398. OLE color: 1381398.

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

Color convert

RGB 22 20 21 -
CMYK 0 0.09 0.05 0.91
HSL 330º 0.05% 0.08% -
HSV(B) 330º 0.09% 0.09% -
XYZ 0.72 0.73 0.81 -
YUV 20.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 22 20 21 0 0.09 0.05 0.91 330 0.05 0.08
Hex 16 14 15 0 9 5 5B 14A 5 8
Octal 26 24 25 0 11 5 133 512 5 10
Binary 10110 10100 10101 0 1001 101 1011011 101001010 101 1000

Color Harmonies of #161415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161415

Black with #161415

Text Example


Text Example

White with #161415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161415; }

 p { color: rgb(22,20,21); }

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

background-color css

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

 a { background-color: rgb(22,20,21); }

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

border-color css

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

 span { border-color: rgb(22,20,21); }

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