#121021

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

Shades of Black Russian #121021

Tints of Black Russian #121021

Color information

#121021 (or 0x121021) is unknown color: approx Black Russian. HEX triplet: 12, 10 and 21. RGB value is (18,16,33). Sum of RGB (Red+Green+Blue) = 18+16+33=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 33 (13.28% from 255 or 49.25% from 67); Max value from RGB is 33 - color contains mainly: blue. Hex color #121021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121021 is #EDEFDE. Grayscale: #121212. Windows color (decimal): -15593439 or 2166802. OLE color: 2166802.

HSL color Cylindrical-coordinate representation of color #121021: hue angle of 247.06º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #121021 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB181633-
CMYK0.450.5200.87
HSL247.06º34.69%9.61%-
HSV(B)247.06º51.52%12.94%-
XYZ0.710.611.52-
YUV18.54136.16127.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.87%
GREEN value IS 16 (6.64% from 255) = 23.88%
BLUE value IS 33 (13.28% from 255) = 49.25%
R=26.87%
G=23.88%
B=49.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1816330.450.5200.87247.0634.699.61
Hex1210212D34057f723a
Octal222041556401273674312
Binary100101000010000110110111010001010111111101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121021; }

 p { color: rgb(18,16,33); }

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

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

 a { background-color: rgb(18,16,33); }

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

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

 span { border-color: rgb(18,16,33); }

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