Html Css Color HEX #010106 Black Russian

📋 copy color: '#010106'

red 1 ◦ green 1 ◦ blue 6

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

Shades of Black Russian #010106

Tints of Black Russian #010106

RGB

 RED value IS 1 (0.78% from 255) = 12.5%

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

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

R = 12.5%
G = 12.5%
B = 75%

CMYK

 C value IS 0.83

 M value IS 0.83

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#010106 (or 0x010106) is known color: Black Russian. HEX triplet: 01, 01 and 06. RGB value is (1,1,6). Sum of RGB (Red+Green+Blue) = 1+1+6=8 (1% of max value = 765). Red value is 1 (0.78% from 255 or 12.5% from 8); Green value is 1 (0.78% from 255 or 12.5% from 8); Blue value is 6 (2.73% from 255 or 75% from 8); Max value from RGB is 6 - color contains mainly: blue. Hex color #010106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010106 is #FEFEF9. Grayscale: #010101. Windows color (decimal): -16711418 or 393473. OLE color: 393473.

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

Color convert

RGB 1 1 6 -
CMYK 0.83 0.83 0 0.98
HSL 240º 0.71% 0.01% -
HSV(B) 240º 0.83% 0.02% -
XYZ 0.06 0.04 0.18 -
YUV 1.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 1 1 6 0.83 0.83 0 0.98 240 0.71 0.01
Hex 1 1 6 53 53 0 62 F0 47 1
Octal 1 1 6 123 123 0 142 360 107 1
Binary 1 1 110 1010011 1010011 0 1100010 11110000 1000111 1

Color Harmonies of #010106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010106

Black with #010106

Text Example


Text Example

White with #010106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010106; }

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

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

background-color css

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

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

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

border-color css

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

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

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