Html Css Color HEX #160712 Melanzane

📋 copy color: '#160712'

red 22 ◦ green 7 ◦ blue 18

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

Shades of Melanzane #160712

Tints of Melanzane #160712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 14.89%

 BLUE value IS 18 (7.42% from 255) = 38.3%

R = 46.81%
G = 14.89%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.91

RGB Variations

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

Color information

#160712 (or 0x160712) is known color: Melanzane. HEX triplet: 16, 07 and 12. RGB value is (22,7,18). Sum of RGB (Red+Green+Blue) = 22+7+18=47 (6% of max value = 765). Red value is 22 (8.98% from 255 or 46.81% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 22 - color contains mainly: red. Hex color #160712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160712 is #E9F8ED. Grayscale: #0C0C0C. Windows color (decimal): -15333614 or 1181462. OLE color: 1181462.

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

Color convert

RGB 22 7 18 -
CMYK 0 0.68 0.18 0.91
HSL 316º 0.52% 0.06% -
HSV(B) 316º 0.68% 0.09% -
XYZ 0.52 0.37 0.62 -
YUV 12.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 22 7 18 0 0.68 0.18 0.91 316 0.52 0.06
Hex 16 7 12 0 44 12 5B 13C 34 6
Octal 26 7 22 0 104 22 133 474 64 6
Binary 10110 111 10010 0 1000100 10010 1011011 100111100 110100 110

Color Harmonies of #160712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160712

Black with #160712

Text Example


Text Example

White with #160712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160712; }

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

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

background-color css

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

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

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

border-color css

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

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

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