#12161E

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

Shades of Black Russian #12161E

Tints of Black Russian #12161E

Color information

#12161E (or 0x12161E) is unknown color: approx Black Russian. HEX triplet: 12, 16 and 1E. RGB value is (18,22,30). Sum of RGB (Red+Green+Blue) = 18+22+30=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 30 (12.11% from 255 or 42.86% from 70); Max value from RGB is 30 - color contains mainly: blue. Hex color #12161E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12161E is #EDE9E1. Grayscale: #151515. Windows color (decimal): -15591906 or 1971730. OLE color: 1971730.

HSL color Cylindrical-coordinate representation of color #12161E: hue angle of 220º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #12161E is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB182230-
CMYK0.400.2700.88
HSL220º25%9.41%-
HSV(B)220º40%11.76%-
XYZ0.770.81.34-
YUV21.72132.67125.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.71%
GREEN value IS 22 (8.98% from 255) = 31.43%
BLUE value IS 30 (12.11% from 255) = 42.86%
R=25.71%
G=31.43%
B=42.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1822300.400.2700.88220259.41
Hex12161E281B058dc199
Octal222636503301303343111
Binary100101011011110101000110110101100011011100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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