#121327

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

Shades of Black Russian #121327

Tints of Black Russian #121327

Color information

#121327 (or 0x121327) is unknown color: approx Black Russian. HEX triplet: 12, 13 and 27. RGB value is (18,19,39). Sum of RGB (Red+Green+Blue) = 18+19+39=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #121327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121327 is #EDECD8. Grayscale: #141414. Windows color (decimal): -15592665 or 2560786. OLE color: 2560786.

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

Color convert

RGB181939-
CMYK0.540.5100.85
HSL237.14º36.84%11.18%-
HSV(B)237.14º53.85%15.29%-
XYZ0.850.742.02-
YUV20.98138.17125.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.68%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 39 (15.62% from 255) = 51.32%
R=23.68%
G=25%
B=51.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1819390.540.5100.85237.1436.8411.18
Hex1213273633055ed25b
Octal222347666301253554513
Binary100101001110011111011011001101010101111011011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121327; }

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

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

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

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

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

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

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

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