#101329

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

Shades of Black Russian #101329

Tints of Black Russian #101329

Color information

#101329 (or 0x101329) is unknown color: approx Black Russian. HEX triplet: 10, 13 and 29. RGB value is (16,19,41). Sum of RGB (Red+Green+Blue) = 16+19+41=76 (10% of max value = 765). Red value is 16 (6.64% from 255 or 21.05% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 41 (16.41% from 255 or 53.95% from 76); Max value from RGB is 41 - color contains mainly: blue. Hex color #101329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101329 is #EFECD6. Grayscale: #141414. Windows color (decimal): -15723735 or 2691856. OLE color: 2691856.

HSL color Cylindrical-coordinate representation of color #101329: hue angle of 232.8º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #101329 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB161941-
CMYK0.610.5400.84
HSL232.8º43.86%11.18%-
HSV(B)232.8º60.98%16.08%-
XYZ0.850.742.2-
YUV20.61139.51124.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.05%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 41 (16.41% from 255) = 53.95%
R=21.05%
G=25%
B=53.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1619410.610.5400.84232.843.8611.18
Hex1013293D36054e92cb
Octal202351756601243515413
Binary100001001110100111110111011001010100111010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101329; }

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

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

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

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

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

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

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

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