#10141F

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

Shades of Black Russian #10141F

Tints of Black Russian #10141F

Color information

#10141F (or 0x10141F) is unknown color: approx Black Russian. HEX triplet: 10, 14 and 1F. RGB value is (16,20,31). Sum of RGB (Red+Green+Blue) = 16+20+31=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #10141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10141F is #EFEBE0. Grayscale: #141414. Windows color (decimal): -15723489 or 2036752. OLE color: 2036752.

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

Color convert

RGB162031-
CMYK0.480.3500.88
HSL224º31.91%9.22%-
HSV(B)224º48.39%12.16%-
XYZ0.710.711.4-
YUV20.06134.17125.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.88%
GREEN value IS 20 (8.20% from 255) = 29.85%
BLUE value IS 31 (12.5% from 255) = 46.27%
R=23.88%
G=29.85%
B=46.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1620310.480.3500.8822431.919.22
Hex10141F3023058e0209
Octal202437604301303404011
Binary10000101001111111000010001101011000111000001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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