#000317

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

Shades of Black Russian #000317

Tints of Black Russian #000317

Color information

#000317 (or 0x000317) is unknown color: approx Black Russian. HEX triplet: 00, 03 and 17. RGB value is (0,3,23). Sum of RGB (Red+Green+Blue) = 0+3+23=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 23 (9.38% from 255 or 88.46% from 26); Max value from RGB is 23 - color contains mainly: blue. Hex color #000317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000317 is #FFFCE8. Grayscale: #040404. Windows color (decimal): -16776425 or 1508096. OLE color: 1508096.

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

Color convert

RGB0323-
CMYK10.8700.91
HSL232.17º100%4.51%-
HSV(B)232.17º100%9.02%-
XYZ0.190.130.83-
YUV4.38138.51124.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 3 (1.56% from 255) = 11.54%
BLUE value IS 23 (9.38% from 255) = 88.46%
R=0%
G=11.54%
B=88.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal032310.8700.91232.171004.51
Hex0317645705Be8645
Octal032714412701333501445
Binary011101111100100101011101011011111010001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000317; }

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

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

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

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

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

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

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

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