Html Css Color HEX #121710 Black Forest

📋 copy color: '#121710'

red 18 ◦ green 23 ◦ blue 16

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

Shades of Black Forest #121710

Tints of Black Forest #121710

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 value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.91

RGB Variations

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

Color information

#121710 (or 0x121710) is known color: 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

RGB 18 23 16 -
CMYK 0.22 0 0.30 0.91
HSL 102.86º 0.18% 0.08% -
HSV(B) 102.86º 0.3% 0.09% -
XYZ 0.65 0.78 0.61 -
YUV 20.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 18 23 16 0.22 0 0.30 0.91 102.86 0.18 0.08
Hex 12 17 10 16 0 1E 5B 67 12 8
Octal 22 27 20 26 0 36 133 147 22 10
Binary 10010 10111 10000 10110 0 11110 1011011 1100111 10010 1000

Color Harmonies of #121710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121710

Black with #121710

Text Example


Text Example

White with #121710

Text Example


Text Example

HTML Codes & Css Web 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>