#10192B

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

Shades of Black Russian #10192B

Tints of Black Russian #10192B

Color information

#10192B (or 0x10192B) is unknown color: approx Black Russian. HEX triplet: 10, 19 and 2B. RGB value is (16,25,43). Sum of RGB (Red+Green+Blue) = 16+25+43=84 (11% of max value = 765). Red value is 16 (6.64% from 255 or 19.05% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 43 (17.19% from 255 or 51.19% from 84); Max value from RGB is 43 - color contains mainly: blue. Hex color #10192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10192B is #EFE6D4. Grayscale: #181818. Windows color (decimal): -15722197 or 2824464. OLE color: 2824464.

HSL color Cylindrical-coordinate representation of color #10192B: hue angle of 220º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #10192B is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB162543-
CMYK0.630.4200.83
HSL220º45.76%11.57%-
HSV(B)220º62.79%16.86%-
XYZ10.982.42-
YUV24.36138.52122.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.05%
GREEN value IS 25 (10.16% from 255) = 29.76%
BLUE value IS 43 (17.19% from 255) = 51.19%
R=19.05%
G=29.76%
B=51.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1625430.630.4200.8322045.7611.57
Hex10192B3F2A053dc2ec
Octal203153775201233345614
Binary100001100110101111111110101001010011110111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,25,43); }

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

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

 a { background-color: rgb(16,25,43); }

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

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

 span { border-color: rgb(16,25,43); }

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