Html Css Color HEX #040114 Black Russian

📋 copy color: '#040114'

red 4 ◦ green 1 ◦ blue 20

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

Shades of Black Russian #040114

Tints of Black Russian #040114

RGB

 RED value IS 4 (1.95% from 255) = 16%

 GREEN value IS 1 (0.78% from 255) = 4%

 BLUE value IS 20 (8.2% from 255) = 80%

R = 16%
G = 4%
B = 80%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

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

RGB 4 1 20 -
CMYK 0.80 0.95 0 0.92
HSL 249.47º 0.9% 0.04% -
HSV(B) 249.47º 0.95% 0.08% -
XYZ 0.19 0.1 0.67 -
YUV 4.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 4 1 20 0.80 0.95 0 0.92 249.47 0.9 0.04
Hex 4 1 14 50 5F 0 5C F9 5A 4
Octal 4 1 24 120 137 0 134 371 132 4
Binary 100 1 10100 1010000 1011111 0 1011100 11111001 1011010 100

Color Harmonies of #040114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040114

Black with #040114

Text Example


Text Example

White with #040114

Text Example


Text Example

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