#010317

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

Shades of Black Russian #010317

Tints of Black Russian #010317

Color information

#010317 (or 0x010317) is unknown color: approx Black Russian. HEX triplet: 01, 03 and 17. RGB value is (1,3,23). Sum of RGB (Red+Green+Blue) = 1+3+23=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 3 (1.56% from 255 or 11.11% from 27); Blue value is 23 (9.38% from 255 or 85.19% from 27); Max value from RGB is 23 - color contains mainly: blue. Hex color #010317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010317 is #FEFCE8. Grayscale: #040404. Windows color (decimal): -16710889 or 1508097. OLE color: 1508097.

HSL color Cylindrical-coordinate representation of color #010317: hue angle of 234.55º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010317 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB1323-
CMYK0.960.8700.91
HSL234.55º91.67%4.71%-
HSV(B)234.55º95.65%9.02%-
XYZ0.20.130.83-
YUV4.68138.34125.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.70%
GREEN value IS 3 (1.56% from 255) = 11.11%
BLUE value IS 23 (9.38% from 255) = 85.19%
R=3.70%
G=11.11%
B=85.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal13230.960.8700.91234.5591.674.71
Hex1317605705Beb5c5
Octal132714012701333531345
Binary111101111100000101011101011011111010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010317; }

 p { color: rgb(1,3,23); }

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

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

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

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

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

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

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