#121419

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

Shades of Black Russian #121419

Tints of Black Russian #121419

Color information

#121419 (or 0x121419) is unknown color: approx Black Russian. HEX triplet: 12, 14 and 19. RGB value is (18,20,25). Sum of RGB (Red+Green+Blue) = 18+20+25=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 25 - color contains mainly: blue. Hex color #121419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121419 is #EDEBE6. Grayscale: #131313. Windows color (decimal): -15592423 or 1643538. OLE color: 1643538.

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

Color convert

RGB182025-
CMYK0.280.2000.90
HSL222.86º16.28%8.43%-
HSV(B)222.86º28%9.8%-
XYZ0.680.71.02-
YUV19.97130.84126.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.57%
GREEN value IS 20 (8.20% from 255) = 31.75%
BLUE value IS 25 (10.16% from 255) = 39.68%
R=28.57%
G=31.75%
B=39.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1820250.280.2000.90222.8616.288.43
Hex1214191C1405Adf108
Octal222431342401323372010
Binary10010101001100111100101000101101011011111100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121419; }

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

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

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

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

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

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

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

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