#121928

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

Shades of Black Russian #121928

Tints of Black Russian #121928

Color information

#121928 (or 0x121928) is unknown color: approx Black Russian. HEX triplet: 12, 19 and 28. RGB value is (18,25,40). Sum of RGB (Red+Green+Blue) = 18+25+40=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #121928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121928 is #EDE6D7. Grayscale: #181818. Windows color (decimal): -15591128 or 2627858. OLE color: 2627858.

HSL color Cylindrical-coordinate representation of color #121928: hue angle of 220.91º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #121928 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB182540-
CMYK0.550.3800.84
HSL220.91º37.93%11.37%-
HSV(B)220.91º55%15.69%-
XYZ0.980.982.14-
YUV24.62136.68123.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.69%
GREEN value IS 25 (10.16% from 255) = 30.12%
BLUE value IS 40 (16.02% from 255) = 48.19%
R=21.69%
G=30.12%
B=48.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1825400.550.3800.84220.9137.9311.37
Hex1219283726054dd26b
Octal223150674601243354613
Binary100101100110100011011110011001010100110111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121928; }

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

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

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

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

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

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

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

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