#10141B

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

Shades of Black Russian #10141B

Tints of Black Russian #10141B

Color information

#10141B (or 0x10141B) is unknown color: approx Black Russian. HEX triplet: 10, 14 and 1B. RGB value is (16,20,27). Sum of RGB (Red+Green+Blue) = 16+20+27=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 27 - color contains mainly: blue. Hex color #10141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10141B is #EFEBE4. Grayscale: #131313. Windows color (decimal): -15723493 or 1774608. OLE color: 1774608.

HSL color Cylindrical-coordinate representation of color #10141B: hue angle of 218.18º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #10141B is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB162027-
CMYK0.410.2600.89
HSL218.18º25.58%8.43%-
HSV(B)218.18º40.74%10.59%-
XYZ0.660.691.14-
YUV19.6132.17125.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25.40%
GREEN value IS 20 (8.20% from 255) = 31.75%
BLUE value IS 27 (10.94% from 255) = 42.86%
R=25.40%
G=31.75%
B=42.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1620270.410.2600.89218.1825.588.43
Hex10141B291A059da1a8
Octal202433513201313323210
Binary100001010011011101001110100101100111011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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