#121726

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

Shades of Black Russian #121726

Tints of Black Russian #121726

Color information

#121726 (or 0x121726) is unknown color: approx Black Russian. HEX triplet: 12, 17 and 26. RGB value is (18,23,38). Sum of RGB (Red+Green+Blue) = 18+23+38=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 38 (15.23% from 255 or 48.10% from 79); Max value from RGB is 38 - color contains mainly: blue. Hex color #121726 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121726 is #EDE8D9. Grayscale: #171717. Windows color (decimal): -15591642 or 2496274. OLE color: 2496274.

HSL color Cylindrical-coordinate representation of color #121726: hue angle of 225º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #121726 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB182338-
CMYK0.530.3900.85
HSL225º35.71%10.98%-
HSV(B)225º52.63%14.9%-
XYZ0.910.881.96-
YUV23.22136.34124.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.78%
GREEN value IS 23 (9.38% from 255) = 29.11%
BLUE value IS 38 (15.23% from 255) = 48.10%
R=22.78%
G=29.11%
B=48.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1823380.530.3900.8522535.7110.98
Hex1217263527055e124b
Octal222746654701253414413
Binary100101011110011011010110011101010101111000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121726; }

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

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

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

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

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

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

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

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