#10131F

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

Shades of Black Russian #10131F

Tints of Black Russian #10131F

Color information

#10131F (or 0x10131F) is unknown color: approx Black Russian. HEX triplet: 10, 13 and 1F. RGB value is (16,19,31). Sum of RGB (Red+Green+Blue) = 16+19+31=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #10131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10131F is #EFECE0. Grayscale: #131313. Windows color (decimal): -15723745 or 2036496. OLE color: 2036496.

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

Color convert

RGB161931-
CMYK0.480.3900.88
HSL228º31.91%9.22%-
HSV(B)228º48.39%12.16%-
XYZ0.690.671.39-
YUV19.47134.51125.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.24%
GREEN value IS 19 (7.81% from 255) = 28.79%
BLUE value IS 31 (12.5% from 255) = 46.97%
R=24.24%
G=28.79%
B=46.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1619310.480.3900.8822831.919.22
Hex10131F3027058e4209
Octal202337604701303444011
Binary10000100111111111000010011101011000111001001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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