#01071F

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

Shades of Black Russian #01071F

Tints of Black Russian #01071F

Color information

#01071F (or 0x01071F) is unknown color: approx Black Russian. HEX triplet: 01, 07 and 1F. RGB value is (1,7,31). Sum of RGB (Red+Green+Blue) = 1+7+31=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 31 (12.5% from 255 or 79.49% from 39); Max value from RGB is 31 - color contains mainly: blue. Hex color #01071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01071F is #FEF8E0. Grayscale: #070707. Windows color (decimal): -16709857 or 2033409. OLE color: 2033409.

HSL color Cylindrical-coordinate representation of color #01071F: hue angle of 228º 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 #01071F is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB1731-
CMYK0.970.7700.88
HSL228º93.75%6.27%-
HSV(B)228º96.77%12.16%-
XYZ0.340.261.33-
YUV7.94141.01123.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.56%
GREEN value IS 7 (3.12% from 255) = 17.95%
BLUE value IS 31 (12.5% from 255) = 79.49%
R=2.56%
G=17.95%
B=79.49%

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
Decimal17310.970.7700.8822893.756.27
Hex171F614D058e45e6
Octal173714111501303441366
Binary1111111111100001100110101011000111001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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