Html Css Color HEX #170C15 Melanzane

📋 copy color: '#170C15'

red 23 ◦ green 12 ◦ blue 21

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

Shades of Melanzane #170C15

Tints of Melanzane #170C15

RGB

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

 GREEN value IS 12 (5.08% from 255) = 21.43%

 BLUE value IS 21 (8.59% from 255) = 37.5%

R = 41.07%
G = 21.43%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#170C15 (or 0x170C15) is known color: Melanzane. HEX triplet: 17, 0C and 15. RGB value is (23,12,21). Sum of RGB (Red+Green+Blue) = 23+12+21=56 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.07% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 23 - color contains mainly: red. Hex color #170C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C15 is #E8F3EA. Grayscale: #101010. Windows color (decimal): -15266795 or 1379351. OLE color: 1379351.

HSL color Cylindrical-coordinate representation of color #170C15: hue angle of 310.91º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #170C15 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 12 21 -
CMYK 0 0.48 0.09 0.91
HSL 310.91º 0.31% 0.07% -
HSV(B) 310.91º 0.48% 0.09% -
XYZ 0.62 0.5 0.77 -
YUV 16.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 23 12 21 0 0.48 0.09 0.91 310.91 0.31 0.07
Hex 17 C 15 0 30 9 5B 137 1F 7
Octal 27 14 25 0 60 11 133 467 37 7
Binary 10111 1100 10101 0 110000 1001 1011011 100110111 11111 111

Color Harmonies of #170C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170C15

Black with #170C15

Text Example


Text Example

White with #170C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170C15; }

 p { color: rgb(23,12,21); }

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

background-color css

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

 a { background-color: rgb(23,12,21); }

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

border-color css

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

 span { border-color: rgb(23,12,21); }

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