Html Css Color HEX #170614 Melanzane

📋 copy color: '#170614'

red 23 ◦ green 6 ◦ blue 20

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

Shades of Melanzane #170614

Tints of Melanzane #170614

RGB

 RED value IS 23 (9.38% from 255) = 46.94%

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

 BLUE value IS 20 (8.2% from 255) = 40.82%

R = 46.94%
G = 12.24%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#170614 (or 0x170614) is known color: Melanzane. HEX triplet: 17, 06 and 14. RGB value is (23,6,20). Sum of RGB (Red+Green+Blue) = 23+6+20=49 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46.94% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 23 - color contains mainly: red. Hex color #170614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170614 is #E8F9EB. Grayscale: #0C0C0C. Windows color (decimal): -15268332 or 1312279. OLE color: 1312279.

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

Color convert

RGB 23 6 20 -
CMYK 0 0.74 0.13 0.91
HSL 310.59º 0.59% 0.06% -
HSV(B) 310.59º 0.74% 0.09% -
XYZ 0.54 0.36 0.7 -
YUV 12.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 23 6 20 0 0.74 0.13 0.91 310.59 0.59 0.06
Hex 17 6 14 0 4A D 5B 137 3B 6
Octal 27 6 24 0 112 15 133 467 73 6
Binary 10111 110 10100 0 1001010 1101 1011011 100110111 111011 110

Color Harmonies of #170614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170614

Black with #170614

Text Example


Text Example

White with #170614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170614; }

 p { color: rgb(23,6,20); }

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

background-color css

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

 a { background-color: rgb(23,6,20); }

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

border-color css

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

 span { border-color: rgb(23,6,20); }

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