#01071A

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

Shades of Black Russian #01071A

Tints of Black Russian #01071A

Color information

#01071A (or 0x01071A) is unknown color: approx Black Russian. HEX triplet: 01, 07 and 1A. RGB value is (1,7,26). Sum of RGB (Red+Green+Blue) = 1+7+26=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 7 (3.12% from 255 or 20.59% from 34); Blue value is 26 (10.55% from 255 or 76.47% from 34); Max value from RGB is 26 - color contains mainly: blue. Hex color #01071A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01071A is #FEF8E5. Grayscale: #070707. Windows color (decimal): -16709862 or 1705729. OLE color: 1705729.

HSL color Cylindrical-coordinate representation of color #01071A: hue angle of 225.6º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01071A is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB1726-
CMYK0.960.7300.90
HSL225.6º92.59%5.29%-
HSV(B)225.6º96.15%10.2%-
XYZ0.270.231.01-
YUV7.37138.51123.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.94%
GREEN value IS 7 (3.12% from 255) = 20.59%
BLUE value IS 26 (10.55% from 255) = 76.47%
R=2.94%
G=20.59%
B=76.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal17260.960.7300.90225.692.595.29
Hex171A604905Ae25d5
Octal173214011101323421355
Binary1111110101100000100100101011010111000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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