#10112F

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

Shades of Black Russian #10112F

Tints of Black Russian #10112F

Color information

#10112F (or 0x10112F) is unknown color: approx Black Russian. HEX triplet: 10, 11 and 2F. RGB value is (16,17,47). Sum of RGB (Red+Green+Blue) = 16+17+47=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 47 (18.75% from 255 or 58.75% from 80); Max value from RGB is 47 - color contains mainly: blue. Hex color #10112F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10112F is #EFEED0. Grayscale: #141414. Windows color (decimal): -15724241 or 3084560. OLE color: 3084560.

HSL color Cylindrical-coordinate representation of color #10112F: hue angle of 238.06º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #10112F is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB161747-
CMYK0.660.6400.82
HSL238.06º49.21%12.35%-
HSV(B)238.06º65.96%18.43%-
XYZ0.930.722.78-
YUV20.12143.17125.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20%
GREEN value IS 17 (7.03% from 255) = 21.25%
BLUE value IS 47 (18.75% from 255) = 58.75%
R=20%
G=21.25%
B=58.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1617470.660.6400.82238.0649.2112.35
Hex10112F4240052ee31c
Octal20215710210001223566114
Binary10000100011011111000010100000001010010111011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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