Html Css Color HEX #121720 Black Russian

📋 copy color: '#121720'

red 18 ◦ green 23 ◦ blue 32

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

Shades of Black Russian #121720

Tints of Black Russian #121720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 31.51%

 BLUE value IS 32 (12.89% from 255) = 43.84%

R = 24.66%
G = 31.51%
B = 43.84%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#121720 (or 0x121720) is known color: Black Russian. HEX triplet: 12, 17 and 20. RGB value is (18,23,32). Sum of RGB (Red+Green+Blue) = 18+23+32=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 32 - color contains mainly: blue. Hex color #121720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121720 is #EDE8DF. Grayscale: #161616. Windows color (decimal): -15591648 or 2103058. OLE color: 2103058.

HSL color Cylindrical-coordinate representation of color #121720: hue angle of 218.57º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #121720 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 23 32 -
CMYK 0.44 0.28 0 0.87
HSL 218.57º 0.28% 0.1% -
HSV(B) 218.57º 0.44% 0.13% -
XYZ 0.82 0.85 1.49 -
YUV 22.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 18 23 32 0.44 0.28 0 0.87 218.57 0.28 0.1
Hex 12 17 20 2C 1C 0 57 DB 1C A
Octal 22 27 40 54 34 0 127 333 34 12
Binary 10010 10111 100000 101100 11100 0 1010111 11011011 11100 1010

Color Harmonies of #121720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121720

Black with #121720

Text Example


Text Example

White with #121720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121720; }

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

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

background-color css

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

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

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

border-color css

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

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

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