#121927

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

Shades of Black Russian #121927

Tints of Black Russian #121927

Color information

#121927 (or 0x121927) is unknown color: approx Black Russian. HEX triplet: 12, 19 and 27. RGB value is (18,25,39). Sum of RGB (Red+Green+Blue) = 18+25+39=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 39 (15.62% from 255 or 47.56% from 82); Max value from RGB is 39 - color contains mainly: blue. Hex color #121927 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121927 is #EDE6D8. Grayscale: #181818. Windows color (decimal): -15591129 or 2562322. OLE color: 2562322.

HSL color Cylindrical-coordinate representation of color #121927: hue angle of 220º 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 #121927 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB182539-
CMYK0.540.3600.85
HSL220º36.84%11.18%-
HSV(B)220º53.85%15.29%-
XYZ0.960.972.06-
YUV24.5136.18123.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.95%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 39 (15.62% from 255) = 47.56%
R=21.95%
G=30.49%
B=47.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1825390.540.3600.8522036.8411.18
Hex1219273624055dc25b
Octal223147664401253344513
Binary100101100110011111011010010001010101110111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121927; }

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

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

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

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

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

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

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

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