#101320

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

Shades of Black Russian #101320

Tints of Black Russian #101320

Color information

#101320 (or 0x101320) is unknown color: approx Black Russian. HEX triplet: 10, 13 and 20. RGB value is (16,19,32). Sum of RGB (Red+Green+Blue) = 16+19+32=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 32 (12.89% from 255 or 47.76% from 67); Max value from RGB is 32 - color contains mainly: blue. Hex color #101320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101320 is #EFECDF. Grayscale: #131313. Windows color (decimal): -15723744 or 2102032. OLE color: 2102032.

HSL color Cylindrical-coordinate representation of color #101320: hue angle of 228.75º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #101320 is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB161932-
CMYK0.50.4100.87
HSL228.75º33.33%9.41%-
HSV(B)228.75º50%12.55%-
XYZ0.710.681.46-
YUV19.58135.01125.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.88%
GREEN value IS 19 (7.81% from 255) = 28.36%
BLUE value IS 32 (12.89% from 255) = 47.76%
R=23.88%
G=28.36%
B=47.76%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1619320.50.4100.87228.7533.339.41
Hex1013203229057e5219
Octal202340625101273454111
Binary100001001110000011001010100101010111111001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101320; }

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

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

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

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

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

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

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

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