Html Css Color HEX #040010 Black Russian

📋 copy color: '#040010'

red 4 ◦ green 0 ◦ blue 16

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

Shades of Black Russian #040010

Tints of Black Russian #040010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 20%
G = 0%
B = 80%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#040010 (or 0x040010) is known color: Black Russian. HEX triplet: 04, 00 and 10. RGB value is (4,0,16). Sum of RGB (Red+Green+Blue) = 4+0+16=20 (2% of max value = 765). Red value is 4 (1.95% from 255 or 20% from 20); Green value is 0 (0.39% from 255 or 0% from 20); Blue value is 16 (6.64% from 255 or 80% from 20); Max value from RGB is 16 - color contains mainly: blue. Hex color #040010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040010 is #FBFFEF. Grayscale: #020202. Windows color (decimal): -16515056 or 1048580. OLE color: 1048580.

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

Color convert

RGB 4 0 16 -
CMYK 0.75 1 0 0.94
HSL 255º 1% 0.03% -
HSV(B) 255º 1% 0.06% -
XYZ 0.14 0.06 0.49 -
YUV 3.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 4 0 16 0.75 1 0 0.94 255 1 0.03
Hex 4 0 10 4B 64 0 5E FF 64 3
Octal 4 0 20 113 144 0 136 377 144 3
Binary 100 0 10000 1001011 1100100 0 1011110 11111111 1100100 11

Color Harmonies of #040010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040010

Black with #040010

Text Example


Text Example

White with #040010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040010; }

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

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

background-color css

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

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

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

border-color css

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

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

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