#040114

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

Shades of Black Russian #040114

Tints of Black Russian #040114

Color information

#040114 (or 0x040114) is unknown color: approx Black Russian. HEX triplet: 04, 01 and 14. RGB value is (4,1,20). Sum of RGB (Red+Green+Blue) = 4+1+20=25 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16% from 25); Green value is 1 (0.78% from 255 or 4% from 25); Blue value is 20 (8.20% from 255 or 80% from 25); Max value from RGB is 20 - color contains mainly: blue. Hex color #040114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040114 is #FBFEEB. Grayscale: #030303. Windows color (decimal): -16514796 or 1310980. OLE color: 1310980.

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

Color convert

RGB4120-
CMYK0.800.9500.92
HSL249.47º90.48%4.12%-
HSV(B)249.47º95%7.84%-
XYZ0.190.10.67-
YUV4.06136.99127.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 16%
GREEN value IS 1 (0.78% from 255) = 4%
BLUE value IS 20 (8.20% from 255) = 80%
R=16%
G=4%
B=80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal41200.800.9500.92249.4790.484.12
Hex4114505F05Cf95a4
Octal412412013701343711324
Binary1001101001010000101111101011100111110011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040114; }

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

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

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

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

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

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

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

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