Html Css Color HEX #161215 Melanzane

📋 copy color: '#161215'

red 22 ◦ green 18 ◦ blue 21

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

Shades of Melanzane #161215

Tints of Melanzane #161215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 29.51%

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

R = 36.07%
G = 29.51%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.91

RGB Variations

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

Color information

#161215 (or 0x161215) is known color: Melanzane. HEX triplet: 16, 12 and 15. RGB value is (22,18,21). Sum of RGB (Red+Green+Blue) = 22+18+21=61 (8% of max value = 765). Red value is 22 (8.98% from 255 or 36.07% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 22 - color contains mainly: red. Hex color #161215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161215 is #E9EDEA. Grayscale: #131313. Windows color (decimal): -15330795 or 1380886. OLE color: 1380886.

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

Color convert

RGB 22 18 21 -
CMYK 0 0.18 0.05 0.91
HSL 315º 0.1% 0.08% -
HSV(B) 315º 0.18% 0.09% -
XYZ 0.68 0.66 0.8 -
YUV 19.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 22 18 21 0 0.18 0.05 0.91 315 0.1 0.08
Hex 16 12 15 0 12 5 5B 13B A 8
Octal 26 22 25 0 22 5 133 473 12 10
Binary 10110 10010 10101 0 10010 101 1011011 100111011 1010 1000

Color Harmonies of #161215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161215

Black with #161215

Text Example


Text Example

White with #161215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161215; }

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

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

background-color css

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

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

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

border-color css

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

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

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