#101425

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

Shades of Black Russian #101425

Tints of Black Russian #101425

Color information

#101425 (or 0x101425) is unknown color: approx Black Russian. HEX triplet: 10, 14 and 25. RGB value is (16,20,37). Sum of RGB (Red+Green+Blue) = 16+20+37=73 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.92% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #101425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101425 is #EFEBDA. Grayscale: #141414. Windows color (decimal): -15723483 or 2429968. OLE color: 2429968.

HSL color Cylindrical-coordinate representation of color #101425: hue angle of 228.57º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #101425 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB162037-
CMYK0.570.4600.85
HSL228.57º39.62%10.39%-
HSV(B)228.57º56.76%14.51%-
XYZ0.80.741.85-
YUV20.74137.17124.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.92%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 37 (14.84% from 255) = 50.68%
R=21.92%
G=27.40%
B=50.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1620370.570.4600.85228.5739.6210.39
Hex101425392E055e528a
Octal202445715601253455012
Binary100001010010010111100110111001010101111001011010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101425; }

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

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

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

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

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

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

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

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