#101929

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

Shades of Black Russian #101929

Tints of Black Russian #101929

Color information

#101929 (or 0x101929) is unknown color: approx Black Russian. HEX triplet: 10, 19 and 29. RGB value is (16,25,41). Sum of RGB (Red+Green+Blue) = 16+25+41=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 41 (16.41% from 255 or 50% from 82); Max value from RGB is 41 - color contains mainly: blue. Hex color #101929 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101929 is #EFE6D6. Grayscale: #181818. Windows color (decimal): -15722199 or 2693392. OLE color: 2693392.

HSL color Cylindrical-coordinate representation of color #101929: hue angle of 218.4º 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 #101929 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB162541-
CMYK0.610.3900.84
HSL218.4º43.86%11.18%-
HSV(B)218.4º60.98%16.08%-
XYZ0.960.972.23-
YUV24.13137.52122.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.51%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 41 (16.41% from 255) = 50%
R=19.51%
G=30.49%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1625410.610.3900.84218.443.8611.18
Hex1019293D27054da2cb
Octal203151754701243325413
Binary100001100110100111110110011101010100110110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101929; }

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

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

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

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

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

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

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

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