#01010D

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

Shades of Black Russian #01010D

Tints of Black Russian #01010D

Color information

#01010D (or 0x01010D) is unknown color: approx Black Russian. HEX triplet: 01, 01 and 0D. RGB value is (1,1,13). Sum of RGB (Red+Green+Blue) = 1+1+13=15 (1% of max value = 765). Red value is 1 (0.78% from 255 or 6.67% from 15); Green value is 1 (0.78% from 255 or 6.67% from 15); Blue value is 13 (5.47% from 255 or 86.67% from 15); Max value from RGB is 13 - color contains mainly: blue. Hex color #01010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01010D is #FEFEF2. Grayscale: #020202. Windows color (decimal): -16711411 or 852225. OLE color: 852225.

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

Color convert

RGB1113-
CMYK0.920.9200.95
HSL240º85.71%2.75%-
HSV(B)240º92.31%5.1%-
XYZ0.10.060.39-
YUV2.37134127.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 6.67%
GREEN value IS 1 (0.78% from 255) = 6.67%
BLUE value IS 13 (5.47% from 255) = 86.67%
R=6.67%
G=6.67%
B=86.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal11130.920.9200.9524085.712.75
Hex11D5C5C05Ff0563
Octal111513413401373601263
Binary111101101110010111000101111111110000101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01010D; }

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

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

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

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

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

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

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

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