#000119

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

Shades of Black Russian #000119

Tints of Black Russian #000119

Color information

#000119 (or 0x000119) is unknown color: approx Black Russian. HEX triplet: 00, 01 and 19. RGB value is (0,1,25). Sum of RGB (Red+Green+Blue) = 0+1+25=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 25 (10.16% from 255 or 96.15% from 26); Max value from RGB is 25 - color contains mainly: blue. Hex color #000119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000119 is #FFFEE6. Grayscale: #030303. Windows color (decimal): -16776935 or 1638656. OLE color: 1638656.

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

Color convert

RGB0125-
CMYK10.9600.90
HSL237.6º100%4.9%-
HSV(B)237.6º100%9.8%-
XYZ0.190.090.93-
YUV3.44140.17125.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 1 (0.78% from 255) = 3.85%
BLUE value IS 25 (10.16% from 255) = 96.15%
R=0%
G=3.85%
B=96.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal012510.9600.90237.61004.9
Hex0119646005Aee645
Octal013114414001323561445
Binary01110011100100110000001011010111011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000119; }

 p { color: rgb(0,1,25); }

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

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

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

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

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

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

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