Html Css Color HEX #000106 Black Russian

📋 copy color: '#000106'

red 0 ◦ green 1 ◦ blue 6

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

Shades of Black Russian #000106

Tints of Black Russian #000106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 85.71%

R = 0%
G = 14.29%
B = 85.71%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#000106 (or 0x000106) is known color: Black Russian. HEX triplet: 00, 01 and 06. RGB value is (0,1,6). Sum of RGB (Red+Green+Blue) = 0+1+6=7 (0% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 7); Green value is 1 (0.78% from 255 or 14.29% from 7); Blue value is 6 (2.73% from 255 or 85.71% from 7); Max value from RGB is 6 - color contains mainly: blue. Hex color #000106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000106 is #FFFEF9. Grayscale: #010101. Windows color (decimal): -16776954 or 393472. OLE color: 393472.

HSL color Cylindrical-coordinate representation of color #000106: hue angle of 230º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000106 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB 0 1 6 -
CMYK 1 0.83 0 0.98
HSL 230º 1% 0.01% -
HSV(B) 230º 1% 0.02% -
XYZ 0.04 0.03 0.18 -
YUV 1.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 0 1 6 1 0.83 0 0.98 230 1 0.01
Hex 0 1 6 64 53 0 62 E6 64 1
Octal 0 1 6 144 123 0 142 346 144 1
Binary 0 1 110 1100100 1010011 0 1100010 11100110 1100100 1

Color Harmonies of #000106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000106

Black with #000106

Text Example


Text Example

White with #000106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000106; }

 p { color: rgb(0,1,6); }

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

background-color css

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

 a { background-color: rgb(0,1,6); }

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

border-color css

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

 span { border-color: rgb(0,1,6); }

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