#010314

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

Shades of Black Russian #010314

Tints of Black Russian #010314

Color information

#010314 (or 0x010314) is unknown color: approx Black Russian. HEX triplet: 01, 03 and 14. RGB value is (1,3,20). Sum of RGB (Red+Green+Blue) = 1+3+20=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 3 (1.56% from 255 or 12.5% from 24); Blue value is 20 (8.20% from 255 or 83.33% from 24); Max value from RGB is 20 - color contains mainly: blue. Hex color #010314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010314 is #FEFCEB. Grayscale: #040404. Windows color (decimal): -16710892 or 1311489. OLE color: 1311489.

HSL color Cylindrical-coordinate representation of color #010314: hue angle of 233.68º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010314 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB1320-
CMYK0.950.8500.92
HSL233.68º90.48%4.12%-
HSV(B)233.68º95%7.84%-
XYZ0.170.120.68-
YUV4.34136.84125.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.17%
GREEN value IS 3 (1.56% from 255) = 12.5%
BLUE value IS 20 (8.20% from 255) = 83.33%
R=4.17%
G=12.5%
B=83.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal13200.950.8500.92233.6890.484.12
Hex13145F5505Cea5a4
Octal132413712501343521324
Binary111101001011111101010101011100111010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010314; }

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

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

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

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

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

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

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

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