#101327

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

Shades of Black Russian #101327

Tints of Black Russian #101327

Color information

#101327 (or 0x101327) is unknown color: approx Black Russian. HEX triplet: 10, 13 and 27. RGB value is (16,19,39). Sum of RGB (Red+Green+Blue) = 16+19+39=74 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.62% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #101327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101327 is #EFECD8. Grayscale: #141414. Windows color (decimal): -15723737 or 2560784. OLE color: 2560784.

HSL color Cylindrical-coordinate representation of color #101327: hue angle of 232.17º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #101327 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB161939-
CMYK0.590.5100.85
HSL232.17º41.82%10.78%-
HSV(B)232.17º58.97%15.29%-
XYZ0.810.722.02-
YUV20.38138.51124.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.62%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 39 (15.62% from 255) = 52.70%
R=21.62%
G=25.68%
B=52.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1619390.590.5100.85232.1741.8210.78
Hex1013273B33055e82ab
Octal202347736301253505213
Binary100001001110011111101111001101010101111010001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101327; }

 p { color: rgb(16,19,39); }

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

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

 a { background-color: rgb(16,19,39); }

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

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

 span { border-color: rgb(16,19,39); }

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