#10141C

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

Shades of Black Russian #10141C

Tints of Black Russian #10141C

Color information

#10141C (or 0x10141C) is unknown color: approx Black Russian. HEX triplet: 10, 14 and 1C. RGB value is (16,20,28). Sum of RGB (Red+Green+Blue) = 16+20+28=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 28 - color contains mainly: blue. Hex color #10141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10141C is #EFEBE3. Grayscale: #131313. Windows color (decimal): -15723492 or 1840144. OLE color: 1840144.

HSL color Cylindrical-coordinate representation of color #10141C: hue angle of 220º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #10141C is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB162028-
CMYK0.430.2900.89
HSL220º27.27%8.63%-
HSV(B)220º42.86%10.98%-
XYZ0.670.691.2-
YUV19.72132.67125.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25%
GREEN value IS 20 (8.20% from 255) = 31.25%
BLUE value IS 28 (11.33% from 255) = 43.75%
R=25%
G=31.25%
B=43.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1620280.430.2900.8922027.278.63
Hex10141C2B1D059dc1b9
Octal202434533501313343311
Binary100001010011100101011111010101100111011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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