#101031

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

Shades of Black Russian #101031

Tints of Black Russian #101031

Color information

#101031 (or 0x101031) is unknown color: approx Black Russian. HEX triplet: 10, 10 and 31. RGB value is (16,16,49). Sum of RGB (Red+Green+Blue) = 16+16+49=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 49 (19.53% from 255 or 60.49% from 81); Max value from RGB is 49 - color contains mainly: blue. Hex color #101031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101031 is #EFEFCE. Grayscale: #131313. Windows color (decimal): -15724495 or 3215376. OLE color: 3215376.

HSL color Cylindrical-coordinate representation of color #101031: hue angle of 240º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #101031 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB161649-
CMYK0.670.6700.81
HSL240º50.77%12.75%-
HSV(B)240º67.35%19.22%-
XYZ0.950.72.99-
YUV19.76144.5125.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.75%
GREEN value IS 16 (6.64% from 255) = 19.75%
BLUE value IS 49 (19.53% from 255) = 60.49%
R=19.75%
G=19.75%
B=60.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1616490.670.6700.8124050.7712.75
Hex1010314343051f033d
Octal20206110310301213606315
Binary10000100001100011000011100001101010001111100001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101031; }

 p { color: rgb(16,16,49); }

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

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

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

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

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

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

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