#121431

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

Shades of Black Russian #121431

Tints of Black Russian #121431

Color information

#121431 (or 0x121431) is unknown color: approx Black Russian. HEX triplet: 12, 14 and 31. RGB value is (18,20,49). Sum of RGB (Red+Green+Blue) = 18+20+49=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #121431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121431 is #EDEBCE. Grayscale: #161616. Windows color (decimal): -15592399 or 3216402. OLE color: 3216402.

HSL color Cylindrical-coordinate representation of color #121431: hue angle of 236.13º 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 #121431 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB182049-
CMYK0.630.5900.81
HSL236.13º46.27%13.14%-
HSV(B)236.13º63.27%19.22%-
XYZ1.050.853.01-
YUV22.71142.84124.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.69%
GREEN value IS 20 (8.20% from 255) = 22.99%
BLUE value IS 49 (19.53% from 255) = 56.32%
R=20.69%
G=22.99%
B=56.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1820490.630.5900.81236.1346.2713.14
Hex1214313F3B051ec2ed
Octal222461777301213545615
Binary100101010011000111111111101101010001111011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121431; }

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

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

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

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

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

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

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

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