#01000D

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

Shades of Black Russian #01000D

Tints of Black Russian #01000D

Color information

#01000D (or 0x01000D) is unknown color: approx Black Russian. HEX triplet: 01, 00 and 0D. RGB value is (1,0,13). Sum of RGB (Red+Green+Blue) = 1+0+13=14 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.14% from 14); Green value is 0 (0.39% from 255 or 0% from 14); Blue value is 13 (5.47% from 255 or 92.86% from 14); Max value from RGB is 13 - color contains mainly: blue. Hex color #01000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01000D is #FEFFF2. Grayscale: #010101. Windows color (decimal): -16711667 or 851969. OLE color: 851969.

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

Color convert

RGB1013-
CMYK0.92100.95
HSL244.62º100%2.55%-
HSV(B)244.62º100%5.1%-
XYZ0.090.040.38-
YUV1.78134.33127.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 7.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 92.86%
R=7.14%
G=0%
B=92.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal10130.92100.95244.621002.55
Hex10D5C6405Ff5643
Octal101513414401373651443
Binary101101101110011001000101111111110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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