#101029

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

Shades of Black Russian #101029

Tints of Black Russian #101029

Color information

#101029 (or 0x101029) is unknown color: approx Black Russian. HEX triplet: 10, 10 and 29. RGB value is (16,16,41). Sum of RGB (Red+Green+Blue) = 16+16+41=73 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.92% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 41 (16.41% from 255 or 56.16% from 73); Max value from RGB is 41 - color contains mainly: blue. Hex color #101029 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101029 is #EFEFD6. Grayscale: #121212. Windows color (decimal): -15724503 or 2691088. OLE color: 2691088.

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

Color convert

RGB161641-
CMYK0.610.6100.84
HSL240º43.86%11.18%-
HSV(B)240º60.98%16.08%-
XYZ0.80.642.18-
YUV18.85140.5125.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.92%
GREEN value IS 16 (6.64% from 255) = 21.92%
BLUE value IS 41 (16.41% from 255) = 56.16%
R=21.92%
G=21.92%
B=56.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1616410.610.6100.8424043.8611.18
Hex1010293D3D054f02cb
Octal202051757501243605413
Binary100001000010100111110111110101010100111100001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101029; }

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

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

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

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

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

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

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

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