#01030D

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

Shades of Black Russian #01030D

Tints of Black Russian #01030D

Color information

#01030D (or 0x01030D) is unknown color: approx Black Russian. HEX triplet: 01, 03 and 0D. RGB value is (1,3,13). Sum of RGB (Red+Green+Blue) = 1+3+13=17 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.88% from 17); Green value is 3 (1.56% from 255 or 17.65% from 17); Blue value is 13 (5.47% from 255 or 76.47% from 17); Max value from RGB is 13 - color contains mainly: blue. Hex color #01030D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01030D is #FEFCF2. Grayscale: #030303. Windows color (decimal): -16710899 or 852737. OLE color: 852737.

HSL color Cylindrical-coordinate representation of color #01030D: hue angle of 230º 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 #01030D is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB1313-
CMYK0.920.7700.95
HSL230º85.71%2.75%-
HSV(B)230º92.31%5.1%-
XYZ0.120.10.39-
YUV3.54133.34126.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 5.88%
GREEN value IS 3 (1.56% from 255) = 17.65%
BLUE value IS 13 (5.47% from 255) = 76.47%
R=5.88%
G=17.65%
B=76.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal13130.920.7700.9523085.712.75
Hex13D5C4D05Fe6563
Octal131513411501373461263
Binary1111101101110010011010101111111100110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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