Html Css Color HEX #160613 Melanzane

📋 copy color: '#160613'

red 22 ◦ green 6 ◦ blue 19

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

Shades of Melanzane #160613

Tints of Melanzane #160613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12.77%

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

R = 46.81%
G = 12.77%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.91

RGB Variations

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

Color information

#160613 (or 0x160613) is known color: Melanzane. HEX triplet: 16, 06 and 13. RGB value is (22,6,19). Sum of RGB (Red+Green+Blue) = 22+6+19=47 (6% of max value = 765). Red value is 22 (8.98% from 255 or 46.81% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 22 - color contains mainly: red. Hex color #160613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160613 is #E9F9EC. Grayscale: #0C0C0C. Windows color (decimal): -15333869 or 1246742. OLE color: 1246742.

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

Color convert

RGB 22 6 19 -
CMYK 0 0.73 0.14 0.91
HSL 311.25º 0.57% 0.05% -
HSV(B) 311.25º 0.73% 0.09% -
XYZ 0.51 0.35 0.66 -
YUV 12.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 22 6 19 0 0.73 0.14 0.91 311.25 0.57 0.05
Hex 16 6 13 0 49 E 5B 137 39 5
Octal 26 6 23 0 111 16 133 467 71 5
Binary 10110 110 10011 0 1001001 1110 1011011 100110111 111001 101

Color Harmonies of #160613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160613

Black with #160613

Text Example


Text Example

White with #160613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160613; }

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

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

background-color css

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

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

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

border-color css

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

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

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