#10142F

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

Shades of Black Russian #10142F

Tints of Black Russian #10142F

Color information

#10142F (or 0x10142F) is unknown color: approx Black Russian. HEX triplet: 10, 14 and 2F. RGB value is (16,20,47). Sum of RGB (Red+Green+Blue) = 16+20+47=83 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.28% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 47 (18.75% from 255 or 56.63% from 83); Max value from RGB is 47 - color contains mainly: blue. Hex color #10142F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10142F is #EFEBD0. Grayscale: #151515. Windows color (decimal): -15723473 or 3085328. OLE color: 3085328.

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

Color convert

RGB162047-
CMYK0.660.5700.82
HSL232.26º49.21%12.35%-
HSV(B)232.26º65.96%18.43%-
XYZ0.980.822.8-
YUV21.88142.17123.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.28%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 47 (18.75% from 255) = 56.63%
R=19.28%
G=24.10%
B=56.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1620470.660.5700.82232.2649.2112.35
Hex10142F4239052e831c
Octal2024571027101223506114
Binary1000010100101111100001011100101010010111010001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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