#121628

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

Shades of Black Russian #121628

Tints of Black Russian #121628

Color information

#121628 (or 0x121628) is unknown color: approx Black Russian. HEX triplet: 12, 16 and 28. RGB value is (18,22,40). Sum of RGB (Red+Green+Blue) = 18+22+40=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #121628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121628 is #EDE9D7. Grayscale: #161616. Windows color (decimal): -15591896 or 2627090. OLE color: 2627090.

HSL color Cylindrical-coordinate representation of color #121628: hue angle of 229.09º 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 #121628 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB182240-
CMYK0.550.4500.84
HSL229.09º37.93%11.37%-
HSV(B)229.09º55%15.69%-
XYZ0.920.862.12-
YUV22.86137.67124.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.5%
GREEN value IS 22 (8.98% from 255) = 27.5%
BLUE value IS 40 (16.02% from 255) = 50%
R=22.5%
G=27.5%
B=50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1822400.550.4500.84229.0937.9311.37
Hex121628372D054e526b
Octal222650675501243454613
Binary100101011010100011011110110101010100111001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121628; }

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

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

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

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

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

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

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

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