#10121A

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

Shades of Black Russian #10121A

Tints of Black Russian #10121A

Color information

#10121A (or 0x10121A) is unknown color: approx Black Russian. HEX triplet: 10, 12 and 1A. RGB value is (16,18,26). Sum of RGB (Red+Green+Blue) = 16+18+26=60 (7% of max value = 765). Red value is 16 (6.64% from 255 or 26.67% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 26 - color contains mainly: blue. Hex color #10121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10121A is #EFEDE5. Grayscale: #121212. Windows color (decimal): -15724006 or 1708560. OLE color: 1708560.

HSL color Cylindrical-coordinate representation of color #10121A: hue angle of 228º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #10121A is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB161826-
CMYK0.380.3100.90
HSL228º23.81%8.24%-
HSV(B)228º38.46%10.2%-
XYZ0.620.621.06-
YUV18.31132.34126.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 26.67%
GREEN value IS 18 (7.42% from 255) = 30%
BLUE value IS 26 (10.55% from 255) = 43.33%
R=26.67%
G=30%
B=43.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1618260.380.3100.9022823.818.24
Hex10121A261F05Ae4188
Octal202232463701323443010
Binary100001001011010100110111110101101011100100110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10121A; }

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

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

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

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

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

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

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

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