#10182A

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

Shades of Black Russian #10182A

Tints of Black Russian #10182A

Color information

#10182A (or 0x10182A) is unknown color: approx Black Russian. HEX triplet: 10, 18 and 2A. RGB value is (16,24,42). Sum of RGB (Red+Green+Blue) = 16+24+42=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 42 (16.80% from 255 or 51.22% from 82); Max value from RGB is 42 - color contains mainly: blue. Hex color #10182A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10182A is #EFE7D5. Grayscale: #171717. Windows color (decimal): -15722454 or 2758672. OLE color: 2758672.

HSL color Cylindrical-coordinate representation of color #10182A: hue angle of 221.54º 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 #10182A is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB162442-
CMYK0.620.4300.84
HSL221.54º44.83%11.37%-
HSV(B)221.54º61.9%16.47%-
XYZ0.960.932.32-
YUV23.66138.35122.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.51%
GREEN value IS 24 (9.77% from 255) = 29.27%
BLUE value IS 42 (16.80% from 255) = 51.22%
R=19.51%
G=29.27%
B=51.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1624420.620.4300.84221.5444.8311.37
Hex10182A3E2B054de2db
Octal203052765301243365513
Binary100001100010101011111010101101010100110111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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