#01071D

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

Shades of Black Russian #01071D

Tints of Black Russian #01071D

Color information

#01071D (or 0x01071D) is unknown color: approx Black Russian. HEX triplet: 01, 07 and 1D. RGB value is (1,7,29). Sum of RGB (Red+Green+Blue) = 1+7+29=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 7 (3.12% from 255 or 18.92% from 37); Blue value is 29 (11.72% from 255 or 78.38% from 37); Max value from RGB is 29 - color contains mainly: blue. Hex color #01071D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01071D is #FEF8E2. Grayscale: #070707. Windows color (decimal): -16709859 or 1902337. OLE color: 1902337.

HSL color Cylindrical-coordinate representation of color #01071D: hue angle of 227.14º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01071D is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB1729-
CMYK0.970.7600.89
HSL227.14º93.33%5.88%-
HSV(B)227.14º96.55%11.37%-
XYZ0.310.251.19-
YUV7.71140.01123.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 7 (3.12% from 255) = 18.92%
BLUE value IS 29 (11.72% from 255) = 78.38%
R=2.70%
G=18.92%
B=78.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal17290.970.7600.89227.1493.335.88
Hex171D614C059e35d6
Octal173514111401313431356
Binary1111111011100001100110001011001111000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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