Html Css Color HEX #010108 Black Russian

📋 copy color: '#010108'

red 1 ◦ green 1 ◦ blue 8

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

Shades of Black Russian #010108

Tints of Black Russian #010108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 80%

R = 10%
G = 10%
B = 80%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#010108 (or 0x010108) is known color: Black Russian. HEX triplet: 01, 01 and 08. RGB value is (1,1,8). Sum of RGB (Red+Green+Blue) = 1+1+8=10 (1% of max value = 765). Red value is 1 (0.78% from 255 or 10% from 10); Green value is 1 (0.78% from 255 or 10% from 10); Blue value is 8 (3.52% from 255 or 80% from 10); Max value from RGB is 8 - color contains mainly: blue. Hex color #010108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010108 is #FEFEF7. Grayscale: #010101. Windows color (decimal): -16711416 or 524545. OLE color: 524545.

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

Color convert

RGB 1 1 8 -
CMYK 0.88 0.88 0 0.97
HSL 240º 0.78% 0.02% -
HSV(B) 240º 0.88% 0.03% -
XYZ 0.07 0.05 0.24 -
YUV 1.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 1 1 8 0.88 0.88 0 0.97 240 0.78 0.02
Hex 1 1 8 58 58 0 61 F0 4E 2
Octal 1 1 10 130 130 0 141 360 116 2
Binary 1 1 1000 1011000 1011000 0 1100001 11110000 1001110 10

Color Harmonies of #010108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010108

Black with #010108

Text Example


Text Example

White with #010108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010108; }

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

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

background-color css

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

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

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

border-color css

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

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

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