Html Css Color HEX #010110 Black Russian

📋 copy color: '#010110'

red 1 ◦ green 1 ◦ blue 16

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

Shades of Black Russian #010110

Tints of Black Russian #010110

RGB

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

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

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

R = 5.56%
G = 5.56%
B = 88.89%

CMYK

 C value IS 0.94

 M value IS 0.94

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#010110 (or 0x010110) is known color: Black Russian. HEX triplet: 01, 01 and 10. RGB value is (1,1,16). Sum of RGB (Red+Green+Blue) = 1+1+16=18 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.56% from 18); Green value is 1 (0.78% from 255 or 5.56% from 18); Blue value is 16 (6.64% from 255 or 88.89% from 18); Max value from RGB is 16 - color contains mainly: blue. Hex color #010110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010110 is #FEFEEF. Grayscale: #020202. Windows color (decimal): -16711408 or 1048833. OLE color: 1048833.

HSL color Cylindrical-coordinate representation of color #010110: hue angle of 240º 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 #010110 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 1 1 16 -
CMYK 0.94 0.94 0 0.94
HSL 240º 0.88% 0.03% -
HSV(B) 240º 0.94% 0.06% -
XYZ 0.12 0.07 0.5 -
YUV 2.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 1 1 16 0.94 0.94 0 0.94 240 0.88 0.03
Hex 1 1 10 5E 5E 0 5E F0 58 3
Octal 1 1 20 136 136 0 136 360 130 3
Binary 1 1 10000 1011110 1011110 0 1011110 11110000 1011000 11

Color Harmonies of #010110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010110

Black with #010110

Text Example


Text Example

White with #010110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010110; }

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

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

background-color css

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

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

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

border-color css

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

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

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