Html Css Color HEX #040014 Black Russian

📋 copy color: '#040014'

red 4 ◦ green 0 ◦ blue 20

#040014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #040014

Tints of Black Russian #040014

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.2% from 255) = 83.33%

R = 16.67%
G = 0%
B = 83.33%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#040014 (or 0x040014) is known color: 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

RGB 4 0 20 -
CMYK 0.80 1 0 0.92
HSL 252º 1% 0.04% -
HSV(B) 252º 1% 0.08% -
XYZ 0.18 0.08 0.67 -
YUV 3.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 4 0 20 0.80 1 0 0.92 252 1 0.04
Hex 4 0 14 50 64 0 5C FC 64 4
Octal 4 0 24 120 144 0 134 374 144 4
Binary 100 0 10100 1010000 1100100 0 1011100 11111100 1100100 100

Color Harmonies of #040014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040014

Black with #040014

Text Example


Text Example

White with #040014

Text Example


Text Example

HTML Codes & Css Web 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>