#10142A

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

Shades of Black Russian #10142A

Tints of Black Russian #10142A

Color information

#10142A (or 0x10142A) is unknown color: approx Black Russian. HEX triplet: 10, 14 and 2A. RGB value is (16,20,42). Sum of RGB (Red+Green+Blue) = 16+20+42=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 42 (16.80% from 255 or 53.85% from 78); Max value from RGB is 42 - color contains mainly: blue. Hex color #10142A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10142A is #EFEBD5. Grayscale: #151515. Windows color (decimal): -15723478 or 2757648. OLE color: 2757648.

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

Color convert

RGB162042-
CMYK0.620.5200.84
HSL230.77º44.83%11.37%-
HSV(B)230.77º61.9%16.47%-
XYZ0.880.782.29-
YUV21.31139.67124.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.51%
GREEN value IS 20 (8.20% from 255) = 25.64%
BLUE value IS 42 (16.80% from 255) = 53.85%
R=20.51%
G=25.64%
B=53.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1620420.620.5200.84230.7744.8311.37
Hex10142A3E34054e72db
Octal202452766401243475513
Binary100001010010101011111011010001010100111001111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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