#101221

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

Shades of Black Russian #101221

Tints of Black Russian #101221

Color information

#101221 (or 0x101221) is unknown color: approx Black Russian. HEX triplet: 10, 12 and 21. RGB value is (16,18,33). Sum of RGB (Red+Green+Blue) = 16+18+33=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 18 (7.42% from 255 or 26.87% 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 #101221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101221 is #EFEDDE. Grayscale: #131313. Windows color (decimal): -15723999 or 2167312. OLE color: 2167312.

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

Color convert

RGB161833-
CMYK0.520.4500.87
HSL232.94º34.69%9.61%-
HSV(B)232.94º51.52%12.94%-
XYZ0.70.651.53-
YUV19.11135.84125.78-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1618330.520.4500.87232.9434.699.61
Hex101221342D057e923a
Octal202241645501273514312
Binary100001001010000111010010110101010111111010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101221; }

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

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

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

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

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

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

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

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