Html Css Color HEX #170C12 Melanzane

📋 copy color: '#170C12'

red 23 ◦ green 12 ◦ blue 18

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

Shades of Melanzane #170C12

Tints of Melanzane #170C12

RGB

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

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

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

R = 43.4%
G = 22.64%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#170C12 (or 0x170C12) is known color: Melanzane. HEX triplet: 17, 0C and 12. RGB value is (23,12,18). Sum of RGB (Red+Green+Blue) = 23+12+18=53 (7% of max value = 765). Red value is 23 (9.38% from 255 or 43.40% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 23 - color contains mainly: red. Hex color #170C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C12 is #E8F3ED. Grayscale: #0F0F0F. Windows color (decimal): -15266798 or 1182743. OLE color: 1182743.

HSL color Cylindrical-coordinate representation of color #170C12: hue angle of 327.27º 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 #170C12 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 12 18 -
CMYK 0 0.48 0.22 0.91
HSL 327.27º 0.31% 0.07% -
HSV(B) 327.27º 0.48% 0.09% -
XYZ 0.59 0.49 0.64 -
YUV 15.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 23 12 18 0 0.48 0.22 0.91 327.27 0.31 0.07
Hex 17 C 12 0 30 16 5B 147 1F 7
Octal 27 14 22 0 60 26 133 507 37 7
Binary 10111 1100 10010 0 110000 10110 1011011 101000111 11111 111

Color Harmonies of #170C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170C12

Black with #170C12

Text Example


Text Example

White with #170C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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