#10111F

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

Shades of Black Russian #10111F

Tints of Black Russian #10111F

Color information

#10111F (or 0x10111F) is unknown color: approx Black Russian. HEX triplet: 10, 11 and 1F. RGB value is (16,17,31). Sum of RGB (Red+Green+Blue) = 16+17+31=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #10111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10111F is #EFEEE0. Grayscale: #121212. Windows color (decimal): -15724257 or 2035984. OLE color: 2035984.

HSL color Cylindrical-coordinate representation of color #10111F: hue angle of 236º 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 #10111F is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB161731-
CMYK0.480.4500.88
HSL236º31.91%9.22%-
HSV(B)236º48.39%12.16%-
XYZ0.660.611.38-
YUV18.3135.17126.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25%
GREEN value IS 17 (7.03% from 255) = 26.56%
BLUE value IS 31 (12.5% from 255) = 48.44%
R=25%
G=26.56%
B=48.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1617310.480.4500.8823631.919.22
Hex10111F302D058ec209
Octal202137605501303544011
Binary10000100011111111000010110101011000111011001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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