#010007

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

Shades of Black Russian #010007

Tints of Black Russian #010007

Color information

#010007 (or 0x010007) is unknown color: approx Black Russian. HEX triplet: 01, 00 and 07. RGB value is (1,0,7). Sum of RGB (Red+Green+Blue) = 1+0+7=8 (1% of max value = 765). Red value is 1 (0.78% from 255 or 12.5% from 8); Green value is 0 (0.39% from 255 or 0% from 8); Blue value is 7 (3.12% from 255 or 87.5% from 8); Max value from RGB is 7 - color contains mainly: blue. Hex color #010007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010007 is #FEFFF8. Grayscale: #010101. Windows color (decimal): -16711673 or 458753. OLE color: 458753.

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

Color convert

RGB107-
CMYK0.86100.97
HSL248.57º100%1.37%-
HSV(B)248.57º100%2.75%-
XYZ0.050.020.2-
YUV1.1131.33127.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 12.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 87.5%
R=12.5%
G=0%
B=87.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal1070.86100.97248.571001.37
Hex1075664061f9641
Octal10712614401413711441
Binary1011110101101100100011000011111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010007; }

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

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

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

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

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

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

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

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