#04000E

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

Shades of Black Russian #04000E

Tints of Black Russian #04000E

Color information

#04000E (or 0x04000E) is unknown color: approx Black Russian. HEX triplet: 04, 00 and 0E. RGB value is (4,0,14). Sum of RGB (Red+Green+Blue) = 4+0+14=18 (2% of max value = 765). Red value is 4 (1.95% from 255 or 22.22% from 18); Green value is 0 (0.39% from 255 or 0% from 18); Blue value is 14 (5.86% from 255 or 77.78% from 18); Max value from RGB is 14 - color contains mainly: blue. Hex color #04000E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04000E is #FBFFF1. Grayscale: #020202. Windows color (decimal): -16515058 or 917508. OLE color: 917508.

HSL color Cylindrical-coordinate representation of color #04000E: hue angle of 257.14º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04000E is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB4014-
CMYK0.71100.95
HSL257.14º100%2.75%-
HSV(B)257.14º100%5.49%-
XYZ0.130.060.42-
YUV2.79134.33128.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 22.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 77.78%
R=22.22%
G=0%
B=77.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal40140.71100.95257.141002.75
Hex40E476405F101643
Octal401610714401374011443
Binary100011101000111110010001011111100000001110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,0,14); }

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

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

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

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

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

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

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