Html Css Color HEX #170714 Melanzane

📋 copy color: '#170714'

red 23 ◦ green 7 ◦ blue 20

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

Shades of Melanzane #170714

Tints of Melanzane #170714

RGB

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

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

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

R = 46%
G = 14%
B = 40%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#170714 (or 0x170714) is known color: Melanzane. HEX triplet: 17, 07 and 14. RGB value is (23,7,20). Sum of RGB (Red+Green+Blue) = 23+7+20=50 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 20 (8.20% from 255 or 40% from 50); Max value from RGB is 23 - color contains mainly: red. Hex color #170714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170714 is #E8F8EB. Grayscale: #0D0D0D. Windows color (decimal): -15268076 or 1312535. OLE color: 1312535.

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

Color convert

RGB 23 7 20 -
CMYK 0 0.70 0.13 0.91
HSL 311.25º 0.53% 0.06% -
HSV(B) 311.25º 0.7% 0.09% -
XYZ 0.56 0.38 0.71 -
YUV 13.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 23 7 20 0 0.70 0.13 0.91 311.25 0.53 0.06
Hex 17 7 14 0 46 D 5B 137 35 6
Octal 27 7 24 0 106 15 133 467 65 6
Binary 10111 111 10100 0 1000110 1101 1011011 100110111 110101 110

Color Harmonies of #170714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170714

Black with #170714

Text Example


Text Example

White with #170714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170714; }

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

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

background-color css

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

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

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

border-color css

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

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

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