#10192A

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

Shades of Black Russian #10192A

Tints of Black Russian #10192A

Color information

#10192A (or 0x10192A) is unknown color: approx Black Russian. HEX triplet: 10, 19 and 2A. RGB value is (16,25,42). Sum of RGB (Red+Green+Blue) = 16+25+42=83 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.28% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 42 (16.80% from 255 or 50.60% from 83); Max value from RGB is 42 - color contains mainly: blue. Hex color #10192A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10192A is #EFE6D5. Grayscale: #181818. Windows color (decimal): -15722198 or 2758928. OLE color: 2758928.

HSL color Cylindrical-coordinate representation of color #10192A: hue angle of 219.23º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #10192A is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB162542-
CMYK0.620.4000.84
HSL219.23º44.83%11.37%-
HSV(B)219.23º61.9%16.47%-
XYZ0.980.972.33-
YUV24.25138.02122.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.28%
GREEN value IS 25 (10.16% from 255) = 30.12%
BLUE value IS 42 (16.80% from 255) = 50.60%
R=19.28%
G=30.12%
B=50.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1625420.620.4000.84219.2344.8311.37
Hex10192A3E28054db2db
Octal203152765001243335513
Binary100001100110101011111010100001010100110110111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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