#010016

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

Shades of Black Russian #010016

Tints of Black Russian #010016

Color information

#010016 (or 0x010016) is unknown color: approx Black Russian. HEX triplet: 01, 00 and 16. RGB value is (1,0,22). Sum of RGB (Red+Green+Blue) = 1+0+22=23 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.35% from 23); Green value is 0 (0.39% from 255 or 0% from 23); Blue value is 22 (8.98% from 255 or 95.65% from 23); Max value from RGB is 22 - color contains mainly: blue. Hex color #010016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010016 is #FEFFE9. Grayscale: #020202. Windows color (decimal): -16711658 or 1441793. OLE color: 1441793.

HSL color Cylindrical-coordinate representation of color #010016: hue angle of 242.73º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010016 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB1022-
CMYK0.95100.91
HSL242.73º100%4.31%-
HSV(B)242.73º100%8.63%-
XYZ0.160.060.76-
YUV2.81138.83126.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 95.65%
R=4.35%
G=0%
B=95.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal10220.95100.91242.731004.31
Hex10165F6405Bf3644
Octal102613714401333631444
Binary10101101011111110010001011011111100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010016; }

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

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

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

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

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

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

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

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