#010107

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

Shades of Black Russian #010107

Tints of Black Russian #010107

Color information

#010107 (or 0x010107) is unknown color: approx Black Russian. HEX triplet: 01, 01 and 07. RGB value is (1,1,7). Sum of RGB (Red+Green+Blue) = 1+1+7=9 (1% of max value = 765). Red value is 1 (0.78% from 255 or 11.11% from 9); Green value is 1 (0.78% from 255 or 11.11% from 9); Blue value is 7 (3.12% from 255 or 77.78% from 9); Max value from RGB is 7 - color contains mainly: blue. Hex color #010107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010107 is #FEFEF8. Grayscale: #010101. Windows color (decimal): -16711417 or 459009. OLE color: 459009.

HSL color Cylindrical-coordinate representation of color #010107: hue angle of 240º degrees, saturation: 0.75, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #010107 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB117-
CMYK0.860.8600.97
HSL240º75%1.57%-
HSV(B)240º85.71%2.75%-
XYZ0.060.040.21-
YUV1.68131127.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 11.11%
GREEN value IS 1 (0.78% from 255) = 11.11%
BLUE value IS 7 (3.12% from 255) = 77.78%
R=11.11%
G=11.11%
B=77.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal1170.860.8600.97240751.57
Hex1175656061f04b2
Octal11712612601413601132
Binary11111101011010101100110000111110000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010107; }

 p { color: rgb(1,1,7); }

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

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

 a { background-color: rgb(1,1,7); }

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

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

 span { border-color: rgb(1,1,7); }

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