#121627

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

Shades of Black Russian #121627

Tints of Black Russian #121627

Color information

#121627 (or 0x121627) is unknown color: approx Black Russian. HEX triplet: 12, 16 and 27. RGB value is (18,22,39). Sum of RGB (Red+Green+Blue) = 18+22+39=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 39 (15.62% from 255 or 49.37% from 79); Max value from RGB is 39 - color contains mainly: blue. Hex color #121627 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121627 is #EDE9D8. Grayscale: #161616. Windows color (decimal): -15591897 or 2561554. OLE color: 2561554.

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

Color convert

RGB182239-
CMYK0.540.4400.85
HSL228.57º36.84%11.18%-
HSV(B)228.57º53.85%15.29%-
XYZ0.90.852.04-
YUV22.74137.17124.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.78%
GREEN value IS 22 (8.98% from 255) = 27.85%
BLUE value IS 39 (15.62% from 255) = 49.37%
R=22.78%
G=27.85%
B=49.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1822390.540.4400.85228.5736.8411.18
Hex121627362C055e525b
Octal222647665401253454513
Binary100101011010011111011010110001010101111001011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121627; }

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

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

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

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

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

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

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

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