Html Css Color HEX #000105 Black Russian

📋 copy color: '#000105'

red 0 ◦ green 1 ◦ blue 5

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

Shades of Black Russian #000105

Tints of Black Russian #000105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 83.33%

R = 0%
G = 16.67%
B = 83.33%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#000105 (or 0x000105) is known color: Black Russian. HEX triplet: 00, 01 and 05. RGB value is (0,1,5). Sum of RGB (Red+Green+Blue) = 0+1+5=6 (0% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 6); Green value is 1 (0.78% from 255 or 16.67% from 6); Blue value is 5 (2.34% from 255 or 83.33% from 6); Max value from RGB is 5 - color contains mainly: blue. Hex color #000105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000105 is #FFFEFA. Grayscale: #010101. Windows color (decimal): -16776955 or 327936. OLE color: 327936.

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

Color convert

RGB 0 1 5 -
CMYK 1 0.80 0 0.98
HSL 228º 1% 0.01% -
HSV(B) 228º 1% 0.02% -
XYZ 0.04 0.03 0.15 -
YUV 1.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 0 1 5 1 0.80 0 0.98 228 1 0.01
Hex 0 1 5 64 50 0 62 E4 64 1
Octal 0 1 5 144 120 0 142 344 144 1
Binary 0 1 101 1100100 1010000 0 1100010 11100100 1100100 1

Color Harmonies of #000105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000105

Black with #000105

Text Example


Text Example

White with #000105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000105; }

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

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

background-color css

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

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

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

border-color css

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

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

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