#121631

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

Shades of Black Russian #121631

Tints of Black Russian #121631

Color information

#121631 (or 0x121631) is unknown color: approx Black Russian. HEX triplet: 12, 16 and 31. RGB value is (18,22,49). Sum of RGB (Red+Green+Blue) = 18+22+49=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #121631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121631 is #EDE9CE. Grayscale: #171717. Windows color (decimal): -15591887 or 3216914. OLE color: 3216914.

HSL color Cylindrical-coordinate representation of color #121631: hue angle of 232.26º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #121631 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB182249-
CMYK0.630.5500.81
HSL232.26º46.27%13.14%-
HSV(B)232.26º63.27%19.22%-
XYZ1.090.923.03-
YUV23.88142.17123.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.22%
GREEN value IS 22 (8.98% from 255) = 24.72%
BLUE value IS 49 (19.53% from 255) = 55.06%
R=20.22%
G=24.72%
B=55.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1822490.630.5500.81232.2646.2713.14
Hex1216313F37051e82ed
Octal222661776701213505615
Binary100101011011000111111111011101010001111010001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121631; }

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

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

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

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

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

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

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

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