#101219

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

Shades of Black Russian #101219

Tints of Black Russian #101219

Color information

#101219 (or 0x101219) is unknown color: approx Black Russian. HEX triplet: 10, 12 and 19. RGB value is (16,18,25). Sum of RGB (Red+Green+Blue) = 16+18+25=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 25 (10.16% from 255 or 42.37% from 59); Max value from RGB is 25 - color contains mainly: blue. Hex color #101219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101219 is #EFEDE6. Grayscale: #121212. Windows color (decimal): -15724007 or 1643024. OLE color: 1643024.

HSL color Cylindrical-coordinate representation of color #101219: hue angle of 226.67º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #101219 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB161825-
CMYK0.360.2800.90
HSL226.67º21.95%8.04%-
HSV(B)226.67º36%9.8%-
XYZ0.610.611.01-
YUV18.2131.84126.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.12%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 25 (10.16% from 255) = 42.37%
R=27.12%
G=30.51%
B=42.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1618250.360.2800.90226.6721.958.04
Hex101219241C05Ae3168
Octal202231443401323432610
Binary100001001011001100100111000101101011100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101219; }

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

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

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

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

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

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

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

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