Html Css Color HEX #010105 Black Russian

📋 copy color: '#010105'

red 1 ◦ green 1 ◦ blue 5

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

Shades of Black Russian #010105

Tints of Black Russian #010105

RGB

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

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

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

R = 14.29%
G = 14.29%
B = 71.43%

CMYK

 C value IS 0.80

 M value IS 0.80

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#010105 (or 0x010105) is known color: Black Russian. HEX triplet: 01, 01 and 05. RGB value is (1,1,5). Sum of RGB (Red+Green+Blue) = 1+1+5=7 (0% of max value = 765). Red value is 1 (0.78% from 255 or 14.29% from 7); Green value is 1 (0.78% from 255 or 14.29% from 7); Blue value is 5 (2.34% from 255 or 71.43% from 7); Max value from RGB is 5 - color contains mainly: blue. Hex color #010105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010105 is #FEFEFA. Grayscale: #010101. Windows color (decimal): -16711419 or 327937. OLE color: 327937.

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

Color convert

RGB 1 1 5 -
CMYK 0.80 0.80 0 0.98
HSL 240º 0.67% 0.01% -
HSV(B) 240º 0.8% 0.02% -
XYZ 0.05 0.04 0.15 -
YUV 1.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 1 1 5 0.80 0.80 0 0.98 240 0.67 0.01
Hex 1 1 5 50 50 0 62 F0 43 1
Octal 1 1 5 120 120 0 142 360 103 1
Binary 1 1 101 1010000 1010000 0 1100010 11110000 1000011 1

Color Harmonies of #010105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010105

Black with #010105

Text Example


Text Example

White with #010105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010105; }

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

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

background-color css

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

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

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

border-color css

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

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

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