#121710

Color #121710 Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #121710

Tints of Black Forest #121710

Color information

#121710 (or 0x121710) is unknown color: approx Black Forest. HEX triplet: 12, 17 and 10. RGB value is (18,23,16). Sum of RGB (Red+Green+Blue) = 18+23+16=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 16 (6.64% from 255 or 28.07% from 57); Max value from RGB is 23 - color contains mainly: green. Hex color #121710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121710 is #EDE8EF. Grayscale: #141414. Windows color (decimal): -15591664 or 1054482. OLE color: 1054482.

HSL color Cylindrical-coordinate representation of color #121710: hue angle of 102.86º degrees, saturation: 0.18, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #121710 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.91.

Color convert

RGB182316-
CMYK0.2200.300.91
HSL102.86º17.95%7.65%-
HSV(B)102.86º30.43%9.02%-
XYZ0.650.780.61-
YUV20.71125.34126.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.58%
GREEN value IS 23 (9.38% from 255) = 40.35%
BLUE value IS 16 (6.64% from 255) = 28.07%
R=31.58%
G=40.35%
B=28.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1823160.2200.300.91102.8617.957.65
Hex1217101601E5B67128
Octal222720260361331472210
Binary1001010111100001011001111010110111100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121710; }

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

 H1.HeaderClassName
 {
   color: #121710;
 }
 .AnyTagClassName
 {
   color: #121710;
 }
</style>
background-color css

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

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

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

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

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

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