#10142E

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

Shades of Black Russian #10142E

Tints of Black Russian #10142E

Color information

#10142E (or 0x10142E) is unknown color: approx Black Russian. HEX triplet: 10, 14 and 2E. RGB value is (16,20,46). Sum of RGB (Red+Green+Blue) = 16+20+46=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 46 (18.36% from 255 or 56.10% from 82); Max value from RGB is 46 - color contains mainly: blue. Hex color #10142E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10142E is #EFEBD1. Grayscale: #151515. Windows color (decimal): -15723474 or 3019792. OLE color: 3019792.

HSL color Cylindrical-coordinate representation of color #10142E: hue angle of 232º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #10142E is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB162046-
CMYK0.650.5700.82
HSL232º48.39%12.16%-
HSV(B)232º65.22%18.04%-
XYZ0.960.812.69-
YUV21.77141.67123.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.51%
GREEN value IS 20 (8.20% from 255) = 24.39%
BLUE value IS 46 (18.36% from 255) = 56.10%
R=19.51%
G=24.39%
B=56.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1620460.650.5700.8223248.3912.16
Hex10142E4139052e830c
Octal2024561017101223506014
Binary1000010100101110100000111100101010010111010001100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10142E; }

 p { color: rgb(16,20,46); }

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

<style>
 a { background-color: #10142E; }

 a { background-color: rgb(16,20,46); }

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

<style>
 span { border-color: #10142E; }

 span { border-color: rgb(16,20,46); }

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