Html Css Color HEX #160513 Melanzane

📋 copy color: '#160513'

red 22 ◦ green 5 ◦ blue 19

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

Shades of Melanzane #160513

Tints of Melanzane #160513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.87%

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

R = 47.83%
G = 10.87%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.91

RGB Variations

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

Color information

#160513 (or 0x160513) is known color: Melanzane. HEX triplet: 16, 05 and 13. RGB value is (22,5,19). Sum of RGB (Red+Green+Blue) = 22+5+19=46 (6% of max value = 765). Red value is 22 (8.98% from 255 or 47.83% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 22 - color contains mainly: red. Hex color #160513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160513 is #E9FAEC. Grayscale: #0B0B0B. Windows color (decimal): -15334125 or 1246486. OLE color: 1246486.

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

Color convert

RGB 22 5 19 -
CMYK 0 0.77 0.14 0.91
HSL 310.59º 0.63% 0.05% -
HSV(B) 310.59º 0.77% 0.09% -
XYZ 0.5 0.33 0.65 -
YUV 11.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 22 5 19 0 0.77 0.14 0.91 310.59 0.63 0.05
Hex 16 5 13 0 4D E 5B 137 3F 5
Octal 26 5 23 0 115 16 133 467 77 5
Binary 10110 101 10011 0 1001101 1110 1011011 100110111 111111 101

Color Harmonies of #160513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160513

Black with #160513

Text Example


Text Example

White with #160513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160513; }

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

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

background-color css

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

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

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

border-color css

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

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

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