#010104

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

Shades of Black Russian #010104

Tints of Black Russian #010104

Color information

#010104 (or 0x010104) is unknown color: approx Black Russian. HEX triplet: 01, 01 and 04. RGB value is (1,1,4). Sum of RGB (Red+Green+Blue) = 1+1+4=6 (0% of max value = 765). Red value is 1 (0.78% from 255 or 16.67% from 6); Green value is 1 (0.78% from 255 or 16.67% from 6); Blue value is 4 (1.95% from 255 or 66.67% from 6); Max value from RGB is 4 - color contains mainly: blue. Hex color #010104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010104 is #FEFEFB. Grayscale: #010101. Windows color (decimal): -16711420 or 262401. OLE color: 262401.

HSL color Cylindrical-coordinate representation of color #010104: hue angle of 240º degrees, saturation: 0.6, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #010104 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB114-
CMYK0.750.7500.98
HSL240º60%0.98%-
HSV(B)240º75%1.57%-
XYZ0.050.040.12-
YUV1.34129.5127.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 16.67%
GREEN value IS 1 (0.78% from 255) = 16.67%
BLUE value IS 4 (1.95% from 255) = 66.67%
R=16.67%
G=16.67%
B=66.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal1140.750.7500.98240600.98
Hex1144B4B062f03c1
Octal1141131130142360741
Binary111001001011100101101100010111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010104; }

 p { color: rgb(1,1,4); }

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

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

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

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

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

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

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