#121A28

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

Shades of Black Russian #121A28

Tints of Black Russian #121A28

Color information

#121A28 (or 0x121A28) is unknown color: approx Black Russian. HEX triplet: 12, 1A and 28. RGB value is (18,26,40). Sum of RGB (Red+Green+Blue) = 18+26+40=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #121A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A28 is #EDE5D7. Grayscale: #191919. Windows color (decimal): -15590872 or 2628114. OLE color: 2628114.

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

Color convert

RGB182640-
CMYK0.550.3500.84
HSL218.18º37.93%11.37%-
HSV(B)218.18º55%15.69%-
XYZ11.022.15-
YUV25.2136.35122.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 26 (10.55% from 255) = 30.95%
BLUE value IS 40 (16.02% from 255) = 47.62%
R=21.43%
G=30.95%
B=47.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1826400.550.3500.84218.1837.9311.37
Hex121A283723054da26b
Octal223250674301243324613
Binary100101101010100011011110001101010100110110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121A28; }

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

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

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

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

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

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

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

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