#040014

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

Shades of Black Russian #040014

Tints of Black Russian #040014

Color information

#040014 (or 0x040014) is unknown color: approx Black Russian. HEX triplet: 04, 00 and 14. RGB value is (4,0,20). Sum of RGB (Red+Green+Blue) = 4+0+20=24 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16.67% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 20 (8.20% from 255 or 83.33% from 24); Max value from RGB is 20 - color contains mainly: blue. Hex color #040014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040014 is #FBFFEB. Grayscale: #030303. Windows color (decimal): -16515052 or 1310724. OLE color: 1310724.

HSL color Cylindrical-coordinate representation of color #040014: hue angle of 252º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040014 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB4020-
CMYK0.80100.92
HSL252º100%3.92%-
HSV(B)252º100%7.84%-
XYZ0.180.080.67-
YUV3.48137.33128.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 16.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 83.33%
R=16.67%
G=0%
B=83.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal40200.80100.922521003.92
Hex4014506405Cfc644
Octal402412014401343741444
Binary1000101001010000110010001011100111111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040014; }

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

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

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

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

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

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

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

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