#10142C

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

Shades of Black Russian #10142C

Tints of Black Russian #10142C

Color information

#10142C (or 0x10142C) is unknown color: approx Black Russian. HEX triplet: 10, 14 and 2C. RGB value is (16,20,44). Sum of RGB (Red+Green+Blue) = 16+20+44=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #10142C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10142C is #EFEBD3. Grayscale: #151515. Windows color (decimal): -15723476 or 2888720. OLE color: 2888720.

HSL color Cylindrical-coordinate representation of color #10142C: hue angle of 231.43º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #10142C is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB162044-
CMYK0.640.5500.83
HSL231.43º46.67%11.76%-
HSV(B)231.43º63.64%17.25%-
XYZ0.920.792.49-
YUV21.54140.67124.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20%
GREEN value IS 20 (8.20% from 255) = 25%
BLUE value IS 44 (17.58% from 255) = 55%
R=20%
G=25%
B=55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1620440.640.5500.83231.4346.6711.76
Hex10142C4037053e72fc
Octal2024541006701233475714
Binary1000010100101100100000011011101010011111001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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