#10101F

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

Shades of Black Russian #10101F

Tints of Black Russian #10101F

Color information

#10101F (or 0x10101F) is unknown color: approx Black Russian. HEX triplet: 10, 10 and 1F. RGB value is (16,16,31). Sum of RGB (Red+Green+Blue) = 16+16+31=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #10101F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10101F is #EFEFE0. Grayscale: #111111. Windows color (decimal): -15724513 or 2035728. OLE color: 2035728.

HSL color Cylindrical-coordinate representation of color #10101F: hue angle of 240º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #10101F is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB161631-
CMYK0.480.4800.88
HSL240º31.91%9.22%-
HSV(B)240º48.39%12.16%-
XYZ0.650.581.37-
YUV17.71135.5126.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25.40%
GREEN value IS 16 (6.64% from 255) = 25.40%
BLUE value IS 31 (12.5% from 255) = 49.21%
R=25.40%
G=25.40%
B=49.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1616310.480.4800.8824031.919.22
Hex10101F3030058f0209
Octal202037606001303604011
Binary10000100001111111000011000001011000111100001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10101F; }

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

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

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

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

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

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

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

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