#101321

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

Shades of Black Russian #101321

Tints of Black Russian #101321

Color information

#101321 (or 0x101321) is unknown color: approx Black Russian. HEX triplet: 10, 13 and 21. RGB value is (16,19,33). Sum of RGB (Red+Green+Blue) = 16+19+33=68 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.53% from 68); Green value is 19 (7.81% from 255 or 27.94% 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 #101321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101321 is #EFECDE. Grayscale: #131313. Windows color (decimal): -15723743 or 2167568. OLE color: 2167568.

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

Color convert

RGB161933-
CMYK0.520.4200.87
HSL229.41º34.69%9.61%-
HSV(B)229.41º51.52%12.94%-
XYZ0.720.691.53-
YUV19.7135.51125.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.53%
GREEN value IS 19 (7.81% from 255) = 27.94%
BLUE value IS 33 (13.28% from 255) = 48.53%
R=23.53%
G=27.94%
B=48.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1619330.520.4200.87229.4134.699.61
Hex101321342A057e523a
Octal202341645201273454312
Binary100001001110000111010010101001010111111001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101321; }

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

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

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

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

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

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

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

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