#10131B

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

Shades of Black Russian #10131B

Tints of Black Russian #10131B

Color information

#10131B (or 0x10131B) is unknown color: approx Black Russian. HEX triplet: 10, 13 and 1B. RGB value is (16,19,27). Sum of RGB (Red+Green+Blue) = 16+19+27=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 27 (10.94% from 255 or 43.55% from 62); Max value from RGB is 27 - color contains mainly: blue. Hex color #10131B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10131B is #EFECE4. Grayscale: #121212. Windows color (decimal): -15723749 or 1774352. OLE color: 1774352.

HSL color Cylindrical-coordinate representation of color #10131B: hue angle of 223.64º 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 #10131B is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB161927-
CMYK0.410.3000.89
HSL223.64º25.58%8.43%-
HSV(B)223.64º40.74%10.59%-
XYZ0.640.661.13-
YUV19.01132.51125.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25.81%
GREEN value IS 19 (7.81% from 255) = 30.65%
BLUE value IS 27 (10.94% from 255) = 43.55%
R=25.81%
G=30.65%
B=43.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1619270.410.3000.89223.6425.588.43
Hex10131B291E059e01a8
Octal202333513601313403210
Binary100001001111011101001111100101100111100000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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