Html Css Color HEX #121910 Black Forest

📋 copy color: '#121910'

red 18 ◦ green 25 ◦ blue 16

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

Shades of Black Forest #121910

Tints of Black Forest #121910

RGB

 RED value IS 18 (7.42% from 255) = 30.51%

 GREEN value IS 25 (10.16% from 255) = 42.37%

 BLUE value IS 16 (6.64% from 255) = 27.12%

R = 30.51%
G = 42.37%
B = 27.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.90

RGB Variations

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

Color information

#121910 (or 0x121910) is known color: Black Forest. HEX triplet: 12, 19 and 10. RGB value is (18,25,16). Sum of RGB (Red+Green+Blue) = 18+25+16=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 25 - color contains mainly: green. Hex color #121910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121910 is #EDE6EF. Grayscale: #151515. Windows color (decimal): -15591152 or 1054994. OLE color: 1054994.

HSL color Cylindrical-coordinate representation of color #121910: hue angle of 106.67º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #121910 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 25 16 -
CMYK 0.28 0 0.36 0.90
HSL 106.67º 0.22% 0.08% -
HSV(B) 106.67º 0.36% 0.1% -
XYZ 0.69 0.86 0.62 -
YUV 21.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 18 25 16 0.28 0 0.36 0.90 106.67 0.22 0.08
Hex 12 19 10 1C 0 24 5A 6B 16 8
Octal 22 31 20 34 0 44 132 153 26 10
Binary 10010 11001 10000 11100 0 100100 1011010 1101011 10110 1000

Color Harmonies of #121910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121910

Black with #121910

Text Example


Text Example

White with #121910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121910; }

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

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

background-color css

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

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

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

border-color css

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

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

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