#010005

Color #010005 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #010005

Tints of Black Russian #010005

Color information

#010005 (or 0x010005) is unknown color: approx Black Russian. HEX triplet: 01, 00 and 05. RGB value is (1,0,5). Sum of RGB (Red+Green+Blue) = 1+0+5=6 (0% of max value = 765). Red value is 1 (0.78% from 255 or 16.67% from 6); Green value is 0 (0.39% from 255 or 0% 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 #010005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010005 is #FEFFFA. Grayscale: #000000. Windows color (decimal): -16711675 or 327681. OLE color: 327681.

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

Color convert

RGB105-
CMYK0.80100.98
HSL252º100%0.98%-
HSV(B)252º100%1.96%-
XYZ0.040.020.14-
YUV0.87130.33128.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 16.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 83.33%
R=16.67%
G=0%
B=83.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal1050.80100.982521000.98
Hex1055064062fc641
Octal10512014401423741441
Binary1010110100001100100011000101111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010005; }

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

 H1.HeaderClassName
 {
   color: #010005;
 }
 .AnyTagClassName
 {
   color: #010005;
 }
</style>
background-color css

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

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

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

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

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

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