#121531

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

Shades of Black Russian #121531

Tints of Black Russian #121531

Color information

#121531 (or 0x121531) is unknown color: approx Black Russian. HEX triplet: 12, 15 and 31. RGB value is (18,21,49). Sum of RGB (Red+Green+Blue) = 18+21+49=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #121531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121531 is #EDEACE. Grayscale: #171717. Windows color (decimal): -15592143 or 3216658. OLE color: 3216658.

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

Color convert

RGB182149-
CMYK0.630.5700.81
HSL234.19º46.27%13.14%-
HSV(B)234.19º63.27%19.22%-
XYZ1.070.893.02-
YUV23.3142.51124.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.45%
GREEN value IS 21 (8.59% from 255) = 23.86%
BLUE value IS 49 (19.53% from 255) = 55.68%
R=20.45%
G=23.86%
B=55.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1821490.630.5700.81234.1946.2713.14
Hex1215313F39051ea2ed
Octal222561777101213525615
Binary100101010111000111111111100101010001111010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121531; }

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

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

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

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

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

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

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

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