#121A2C

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

Shades of Black Russian #121A2C

Tints of Black Russian #121A2C

Color information

#121A2C (or 0x121A2C) is unknown color: approx Black Russian. HEX triplet: 12, 1A and 2C. RGB value is (18,26,44). Sum of RGB (Red+Green+Blue) = 18+26+44=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #121A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A2C is #EDE5D3. Grayscale: #191919. Windows color (decimal): -15590868 or 2890258. OLE color: 2890258.

HSL color Cylindrical-coordinate representation of color #121A2C: hue angle of 221.54º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #121A2C is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB182644-
CMYK0.590.4100.83
HSL221.54º41.94%12.16%-
HSV(B)221.54º59.09%17.25%-
XYZ1.071.052.53-
YUV25.66138.35122.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.45%
GREEN value IS 26 (10.55% from 255) = 29.55%
BLUE value IS 44 (17.58% from 255) = 50%
R=20.45%
G=29.55%
B=50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1826440.590.4100.83221.5441.9412.16
Hex121A2C3B29053de2ac
Octal223254735101233365214
Binary100101101010110011101110100101010011110111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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