Html Css Color HEX #160913 Melanzane

📋 copy color: '#160913'

red 22 ◦ green 9 ◦ blue 19

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

Shades of Melanzane #160913

Tints of Melanzane #160913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 18%

 BLUE value IS 19 (7.81% from 255) = 38%

R = 44%
G = 18%
B = 38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.91

RGB Variations

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

Color information

#160913 (or 0x160913) is known color: Melanzane. HEX triplet: 16, 09 and 13. RGB value is (22,9,19). Sum of RGB (Red+Green+Blue) = 22+9+19=50 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 22 - color contains mainly: red. Hex color #160913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160913 is #E9F6EC. Grayscale: #0E0E0E. Windows color (decimal): -15333101 or 1247510. OLE color: 1247510.

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

Color convert

RGB 22 9 19 -
CMYK 0 0.59 0.14 0.91
HSL 313.85º 0.42% 0.06% -
HSV(B) 313.85º 0.59% 0.09% -
XYZ 0.55 0.41 0.67 -
YUV 14.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 22 9 19 0 0.59 0.14 0.91 313.85 0.42 0.06
Hex 16 9 13 0 3B E 5B 13A 2A 6
Octal 26 11 23 0 73 16 133 472 52 6
Binary 10110 1001 10011 0 111011 1110 1011011 100111010 101010 110

Color Harmonies of #160913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160913

Black with #160913

Text Example


Text Example

White with #160913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160913; }

 p { color: rgb(22,9,19); }

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

background-color css

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

 a { background-color: rgb(22,9,19); }

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

border-color css

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

 span { border-color: rgb(22,9,19); }

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