#12161F

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

Shades of Black Russian #12161F

Tints of Black Russian #12161F

Color information

#12161F (or 0x12161F) is unknown color: approx Black Russian. HEX triplet: 12, 16 and 1F. RGB value is (18,22,31). Sum of RGB (Red+Green+Blue) = 18+22+31=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 31 - color contains mainly: blue. Hex color #12161F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12161F is #EDE9E0. Grayscale: #151515. Windows color (decimal): -15591905 or 2037266. OLE color: 2037266.

HSL color Cylindrical-coordinate representation of color #12161F: hue angle of 221.54º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #12161F is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB182231-
CMYK0.420.2900.88
HSL221.54º26.53%9.61%-
HSV(B)221.54º41.94%12.16%-
XYZ0.780.81.41-
YUV21.83133.17125.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.35%
GREEN value IS 22 (8.98% from 255) = 30.99%
BLUE value IS 31 (12.5% from 255) = 43.66%
R=25.35%
G=30.99%
B=43.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1822310.420.2900.88221.5426.539.61
Hex12161F2A1D058de1ba
Octal222637523501303363312
Binary100101011011111101010111010101100011011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12161F; }

 p { color: rgb(18,22,31); }

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

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

 a { background-color: rgb(18,22,31); }

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

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

 span { border-color: rgb(18,22,31); }

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