Html Css Color HEX #161015 Melanzane

📋 copy color: '#161015'

red 22 ◦ green 16 ◦ blue 21

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

Shades of Melanzane #161015

Tints of Melanzane #161015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 27.12%

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

R = 37.29%
G = 27.12%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.91

RGB Variations

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

Color information

#161015 (or 0x161015) is known color: Melanzane. HEX triplet: 16, 10 and 15. RGB value is (22,16,21). Sum of RGB (Red+Green+Blue) = 22+16+21=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 22 - color contains mainly: red. Hex color #161015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161015 is #E9EFEA. Grayscale: #121212. Windows color (decimal): -15331307 or 1380374. OLE color: 1380374.

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

Color convert

RGB 22 16 21 -
CMYK 0 0.27 0.05 0.91
HSL 310º 0.16% 0.07% -
HSV(B) 310º 0.27% 0.09% -
XYZ 0.65 0.6 0.79 -
YUV 18.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 22 16 21 0 0.27 0.05 0.91 310 0.16 0.07
Hex 16 10 15 0 1B 5 5B 136 10 7
Octal 26 20 25 0 33 5 133 466 20 7
Binary 10110 10000 10101 0 11011 101 1011011 100110110 10000 111

Color Harmonies of #161015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161015

Black with #161015

Text Example


Text Example

White with #161015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161015; }

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

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

background-color css

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

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

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

border-color css

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

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

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