#10121C

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

Shades of Black Russian #10121C

Tints of Black Russian #10121C

Color information

#10121C (or 0x10121C) is unknown color: approx Black Russian. HEX triplet: 10, 12 and 1C. RGB value is (16,18,28). Sum of RGB (Red+Green+Blue) = 16+18+28=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 28 - color contains mainly: blue. Hex color #10121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10121C is #EFEDE3. Grayscale: #121212. Windows color (decimal): -15724004 or 1839632. OLE color: 1839632.

HSL color Cylindrical-coordinate representation of color #10121C: hue angle of 230º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #10121C is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB161828-
CMYK0.430.3600.89
HSL230º27.27%8.63%-
HSV(B)230º42.86%10.98%-
XYZ0.640.631.19-
YUV18.54133.34126.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25.81%
GREEN value IS 18 (7.42% from 255) = 29.03%
BLUE value IS 28 (11.33% from 255) = 45.16%
R=25.81%
G=29.03%
B=45.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1618280.430.3600.8923027.278.63
Hex10121C2B24059e61b9
Octal202234534401313463311
Binary1000010010111001010111001000101100111100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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