#10142D

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

Shades of Black Russian #10142D

Tints of Black Russian #10142D

Color information

#10142D (or 0x10142D) is unknown color: approx Black Russian. HEX triplet: 10, 14 and 2D. RGB value is (16,20,45). Sum of RGB (Red+Green+Blue) = 16+20+45=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #10142D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10142D is #EFEBD2. Grayscale: #151515. Windows color (decimal): -15723475 or 2954256. OLE color: 2954256.

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

Color convert

RGB162045-
CMYK0.640.5600.82
HSL231.72º47.54%11.96%-
HSV(B)231.72º64.44%17.65%-
XYZ0.940.82.59-
YUV21.65141.17123.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.75%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 45 (17.97% from 255) = 55.56%
R=19.75%
G=24.69%
B=55.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1620450.640.5600.82231.7247.5411.96
Hex10142D4038052e830c
Octal2024551007001223506014
Binary1000010100101101100000011100001010010111010001100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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