#01071E

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

Shades of Black Russian #01071E

Tints of Black Russian #01071E

Color information

#01071E (or 0x01071E) is unknown color: approx Black Russian. HEX triplet: 01, 07 and 1E. RGB value is (1,7,30). Sum of RGB (Red+Green+Blue) = 1+7+30=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 30 (12.11% from 255 or 78.95% from 38); Max value from RGB is 30 - color contains mainly: blue. Hex color #01071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01071E is #FEF8E1. Grayscale: #070707. Windows color (decimal): -16709858 or 1967873. OLE color: 1967873.

HSL color Cylindrical-coordinate representation of color #01071E: hue angle of 227.59º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01071E is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB1730-
CMYK0.970.7700.88
HSL227.59º93.55%6.08%-
HSV(B)227.59º96.67%11.76%-
XYZ0.320.251.26-
YUV7.83140.51123.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.63%
GREEN value IS 7 (3.12% from 255) = 18.42%
BLUE value IS 30 (12.11% from 255) = 78.95%
R=2.63%
G=18.42%
B=78.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal17300.970.7700.88227.5993.556.08
Hex171E614D058e45e6
Octal173614111501303441366
Binary1111111101100001100110101011000111001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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