Html Css Color HEX #040110 Black Russian

📋 copy color: '#040110'

red 4 ◦ green 1 ◦ blue 16

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

Shades of Black Russian #040110

Tints of Black Russian #040110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 76.19%

R = 19.05%
G = 4.76%
B = 76.19%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#040110 (or 0x040110) is known color: Black Russian. HEX triplet: 04, 01 and 10. RGB value is (4,1,16). Sum of RGB (Red+Green+Blue) = 4+1+16=21 (2% of max value = 765). Red value is 4 (1.95% from 255 or 19.05% from 21); Green value is 1 (0.78% from 255 or 4.76% from 21); Blue value is 16 (6.64% from 255 or 76.19% from 21); Max value from RGB is 16 - color contains mainly: blue. Hex color #040110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040110 is #FBFEEF. Grayscale: #030303. Windows color (decimal): -16514800 or 1048836. OLE color: 1048836.

HSL color Cylindrical-coordinate representation of color #040110: hue angle of 252º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #040110 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 4 1 16 -
CMYK 0.75 0.94 0 0.94
HSL 252º 0.88% 0.03% -
HSV(B) 252º 0.94% 0.06% -
XYZ 0.15 0.08 0.5 -
YUV 3.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 4 1 16 0.75 0.94 0 0.94 252 0.88 0.03
Hex 4 1 10 4B 5E 0 5E FC 58 3
Octal 4 1 20 113 136 0 136 374 130 3
Binary 100 1 10000 1001011 1011110 0 1011110 11111100 1011000 11

Color Harmonies of #040110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040110

Black with #040110

Text Example


Text Example

White with #040110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040110; }

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

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

background-color css

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

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

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

border-color css

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

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

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