#121121

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

Shades of Black Russian #121121

Tints of Black Russian #121121

Color information

#121121 (or 0x121121) is unknown color: approx Black Russian. HEX triplet: 12, 11 and 21. RGB value is (18,17,33). Sum of RGB (Red+Green+Blue) = 18+17+33=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 33 (13.28% from 255 or 48.53% from 68); Max value from RGB is 33 - color contains mainly: blue. Hex color #121121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121121 is #EDEEDE. Grayscale: #131313. Windows color (decimal): -15593183 or 2167058. OLE color: 2167058.

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

Color convert

RGB181733-
CMYK0.450.4800.87
HSL243.75º32%9.8%-
HSV(B)243.75º48.48%12.94%-
XYZ0.720.641.52-
YUV19.12135.83127.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.47%
GREEN value IS 17 (7.03% from 255) = 25%
BLUE value IS 33 (13.28% from 255) = 48.53%
R=26.47%
G=25%
B=48.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1817330.450.4800.87243.75329.8
Hex1211212D30057f420a
Octal222141556001273644012
Binary100101000110000110110111000001010111111101001000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121121; }

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

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

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

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

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

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

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

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