#000312

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

Shades of Black Russian #000312

Tints of Black Russian #000312

Color information

#000312 (or 0x000312) is unknown color: approx Black Russian. HEX triplet: 00, 03 and 12. RGB value is (0,3,18). Sum of RGB (Red+Green+Blue) = 0+3+18=21 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 21); Green value is 3 (1.56% from 255 or 14.29% from 21); Blue value is 18 (7.42% from 255 or 85.71% from 21); Max value from RGB is 18 - color contains mainly: blue. Hex color #000312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000312 is #FFFCED. Grayscale: #030303. Windows color (decimal): -16776430 or 1180416. OLE color: 1180416.

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

Color convert

RGB0318-
CMYK10.8300.93
HSL230º100%3.53%-
HSV(B)230º100%7.06%-
XYZ0.140.110.59-
YUV3.81136.01125.28-

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) = 14.29%
BLUE value IS 18 (7.42% from 255) = 85.71%
R=0%
G=14.29%
B=85.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal031810.8300.932301003.53
Hex0312645305De6644
Octal032214412301353461444
Binary011100101100100101001101011101111001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000312; }

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

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

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

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

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

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

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

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