Html Css Color HEX #040116 Black Russian

📋 copy color: '#040116'

red 4 ◦ green 1 ◦ blue 22

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

Shades of Black Russian #040116

Tints of Black Russian #040116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 81.48%

R = 14.81%
G = 3.7%
B = 81.48%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#040116 (or 0x040116) is known color: Black Russian. HEX triplet: 04, 01 and 16. RGB value is (4,1,22). Sum of RGB (Red+Green+Blue) = 4+1+22=27 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.81% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 22 (8.98% from 255 or 81.48% from 27); Max value from RGB is 22 - color contains mainly: blue. Hex color #040116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040116 is #FBFEE9. Grayscale: #040404. Windows color (decimal): -16514794 or 1442052. OLE color: 1442052.

HSL color Cylindrical-coordinate representation of color #040116: hue angle of 248.57º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040116 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 4 1 22 -
CMYK 0.82 0.95 0 0.91
HSL 248.57º 0.91% 0.05% -
HSV(B) 248.57º 0.95% 0.09% -
XYZ 0.21 0.11 0.77 -
YUV 4.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 4 1 22 0.82 0.95 0 0.91 248.57 0.91 0.05
Hex 4 1 16 52 5F 0 5B F9 5B 5
Octal 4 1 26 122 137 0 133 371 133 5
Binary 100 1 10110 1010010 1011111 0 1011011 11111001 1011011 101

Color Harmonies of #040116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040116

Black with #040116

Text Example


Text Example

White with #040116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040116; }

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

 H1.HeaderClassName
 {
   color: #040116;
 }
 .AnyTagClassName
 {
   color: #040116;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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